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/binary/bad-data-invalid-memidx.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/binary/bad-data-invalid-memidx.txt')
-rw-r--r-- | test/binary/bad-data-invalid-memidx.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/binary/bad-data-invalid-memidx.txt b/test/binary/bad-data-invalid-memidx.txt index 6193aca8..8bd6bd2b 100644 --- a/test/binary/bad-data-invalid-memidx.txt +++ b/test/binary/bad-data-invalid-memidx.txt @@ -1,4 +1,6 @@ ;;; TOOL: run-gen-wasm-bad +;;; ARGS1: --disable-bulk-memory +;;; ARGS2: --disable-bulk-memory magic version section(MEMORY) { |