You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two primary changes involved are:
1. Removal of `assert_return_canonical_nan`/`arithetic nan` in favor of
special `nan:canonical`/`nan:arithmetic` constants that can only be
used in test expectations.
See: WebAssembly/spec#1104
2. New trapping behaviour for bulk memory operations. Range checks are
now performed up front for opterations such as memory.fill and
memory.copy.
See: WebAssembly/bulk-memory-operations#111
And: WebAssembly/bulk-memory-operations#123
The old behaviour is still kept around to support table.fill which
is defined in reference-types proposal and has yet to be updated.
3. nullref is now permitted in the text and binary format.
0 commit comments