diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2023-05-04 17:03:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 17:03:27 -0700 |
commit | fed950db0a61688da8ffcf4b1ebb188773ed5b93 (patch) | |
tree | bce54e6483a66b25e254afbb5e88e24e775c51b5 /README.md | |
parent | aebf63d2e3b26db3e7d76374f3906c50a0f02085 (diff) | |
download | wabt-fed950db0a61688da8ffcf4b1ebb188773ed5b93.tar.gz wabt-fed950db0a61688da8ffcf4b1ebb188773ed5b93.tar.bz2 wabt-fed950db0a61688da8ffcf4b1ebb188773ed5b93.zip |
wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i | [mutable globals][] | `--disable-mutable-globals` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [nontrapping float-to-int conversions][] | `--disable-saturating-float-to-int` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [sign extension][] | `--disable-sign-extension` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| [simd][] | `--disable-simd` | ✓ | ✓ | ✓ | ✓ | ✓ | 🚧 | +| [simd][] | `--disable-simd` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [threads][] | `--enable-threads` | | ✓ | ✓ | ✓ | ✓ | | | [multi-value][] | `--disable-multi-value` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | [tail-call][] | `--enable-tail-call` | | ✓ | ✓ | ✓ | ✓ | | |