diff options
author | Thomas Lively <tlively@google.com> | 2023-08-31 14:32:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 12:32:33 -0700 |
commit | 90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da (patch) | |
tree | 02c201b1afd2de7f8237adc3737734e19b77cd2b /test/binaryen.js | |
parent | 5bfb19239a15fec2d2ce44606d7c6e2b821302e1 (diff) | |
download | binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.gz binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.bz2 binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.zip |
Remove the GCNNLocals feature (#5080)
Now that the WasmGC spec has settled on a way of validating non-nullable locals,
we no longer need this experimental feature that allowed nonstandard uses of
non-nullable locals.
Diffstat (limited to 'test/binaryen.js')
-rw-r--r-- | test/binaryen.js/kitchen-sink.js.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/binaryen.js/kitchen-sink.js.txt b/test/binaryen.js/kitchen-sink.js.txt index 0f67e903b..d8bb8d4ed 100644 --- a/test/binaryen.js/kitchen-sink.js.txt +++ b/test/binaryen.js/kitchen-sink.js.txt @@ -29,11 +29,11 @@ Features.ReferenceTypes: 256 Features.Multivalue: 512 Features.GC: 1024 Features.Memory64: 2048 -Features.RelaxedSIMD: 8192 -Features.ExtendedConst: 16384 -Features.Strings: 32768 -Features.MultiMemory: 65536 -Features.All: 126975 +Features.RelaxedSIMD: 4096 +Features.ExtendedConst: 8192 +Features.Strings: 16384 +Features.MultiMemory: 32768 +Features.All: 65535 InvalidId: 0 BlockId: 1 IfId: 2 |