diff options
author | Sam Clegg <sbc@chromium.org> | 2021-10-13 09:33:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 16:33:31 +0000 |
commit | 081f6c21ef0998c21f7b33bc82cfa50d5a4ddfd2 (patch) | |
tree | ba7c2172b8aab96c5141a31e1be05b4e26cfaf47 /test/help/wasm-interp.txt | |
parent | e1b6676d09c315dc974670a0b364143f39d3a7d7 (diff) | |
download | wabt-081f6c21ef0998c21f7b33bc82cfa50d5a4ddfd2.tar.gz wabt-081f6c21ef0998c21f7b33bc82cfa50d5a4ddfd2.tar.bz2 wabt-081f6c21ef0998c21f7b33bc82cfa50d5a4ddfd2.zip |
Enable bulk memory by default (#1728)
This features was finished earlier this year:
https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md
One thing to note is that the version of the spec tests we currently
have in third_party/testsuite doesn't have bulk memory merged yet so
this change disables bulk memory when running some of those tests. This
will be removed in a followup when we update the testsuite.
Fixes: #1717
Diffstat (limited to 'test/help/wasm-interp.txt')
-rw-r--r-- | test/help/wasm-interp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index f9751921..890e2f76 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -33,7 +33,7 @@ options: --enable-function-references Enable Typed function references --disable-multi-value Disable Multi-value --enable-tail-call Enable Tail-call support - --enable-bulk-memory Enable Bulk-memory operations + --disable-bulk-memory Disable Bulk-memory operations --enable-reference-types Enable Reference types (externref) --enable-annotations Enable Custom annotation syntax --enable-gc Enable Garbage collection |