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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i | [threads][] | `--enable-threads` | | ✓ | ✓ | ✓ | ✓ | | [multi-value][] | `--disable-multi-value` | ✓ | ✓ | ✓ | ✓ | ✓ | | [tail-call][] | `--enable-tail-call` | | ✓ | ✓ | ✓ | ✓ | -| [bulk memory][] | `--enable-bulk-memory` | | ✓ | ✓ | ✓ | ✓ | +| [bulk memory][] | `--disable-bulk-memory` | ✓ | ✓ | ✓ | ✓ | ✓ | | [reference types][] | `--enable-reference-types` | | ✓ | ✓ | ✓ | ✓ | | [annotations][] | `--enable-annotations` | | | ✓ | | | | [memory64][] | `--enable-memory64` | | | | | | |