diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-09-20 22:59:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 05:59:47 +0000 |
commit | 608d23e5f9e5b377ccb455224d68f6f3e3cb3017 (patch) | |
tree | 8afd0a38f7bce126fcf296270f18edcaf806b64f /README.md | |
parent | 65ce49a6d307b101aa058da8269e1ccae43feeb9 (diff) | |
download | wabt-608d23e5f9e5b377ccb455224d68f6f3e3cb3017.tar.gz wabt-608d23e5f9e5b377ccb455224d68f6f3e3cb3017.tar.bz2 wabt-608d23e5f9e5b377ccb455224d68f6f3e3cb3017.zip |
wasm2c: implement the bulk memory operations proposal (#1877)
Co-authored-by: Yuhan Deng <yhdeng@stanford.edu>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,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][] | `--disable-bulk-memory` | ✓ | ✓ | ✓ | ✓ | ✓ | | +| [bulk memory][] | `--disable-bulk-memory` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [reference types][] | `--disable-reference-types` | ✓ | ✓ | ✓ | ✓ | ✓ | | | [annotations][] | `--enable-annotations` | | | ✓ | | | | | [memory64][] | `--enable-memory64` | | ✓ | ✓ | ✓ | ✓ | | |