From 608d23e5f9e5b377ccb455224d68f6f3e3cb3017 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Tue, 20 Sep 2022 22:59:47 -0700 Subject: wasm2c: implement the bulk memory operations proposal (#1877) Co-authored-by: Yuhan Deng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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` | | ✓ | ✓ | ✓ | ✓ | | -- cgit v1.2.3