summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeith Winstein <keithw@cs.stanford.edu>2022-09-20 22:59:47 -0700
committerGitHub <noreply@github.com>2022-09-21 05:59:47 +0000
commit608d23e5f9e5b377ccb455224d68f6f3e3cb3017 (patch)
tree8afd0a38f7bce126fcf296270f18edcaf806b64f /README.md
parent65ce49a6d307b101aa058da8269e1ccae43feeb9 (diff)
downloadwabt-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a1aa00a..b616a2c3 100644
--- a/README.md
+++ b/README.md
@@ -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` | | ✓ | ✓ | ✓ | ✓ | |