diff options
author | Sergey Rubanov <chi187@gmail.com> | 2019-09-25 23:36:32 +0300 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2019-09-25 16:36:32 -0400 |
commit | 2f63483c22b69230542d50d64e51deed00a68b8e (patch) | |
tree | be72df700f325be472f89f5ff39880e56a3940ec /README.md | |
parent | 2c73fbb35d393c024211ef07f36b9b3181bca048 (diff) | |
download | wabt-2f63483c22b69230542d50d64e51deed00a68b8e.tar.gz wabt-2f63483c22b69230542d50d64e51deed00a68b8e.tar.bz2 wabt-2f63483c22b69230542d50d64e51deed00a68b8e.zip |
Update supported features table (#1164)
Closes #1154
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -44,12 +44,12 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i | Proposal | flag | binary | text | validate | interpret | | - | - | - | - | - | - | -| [exception handling][] | `--enable-exceptions` | ✓ | ✓ | ✓ | | -| [mutable globals][] | `--enable-mutable-globals` | ✓ | ✓ | ✓ | ✓ | +| [exception handling][] | `--enable-exceptions` | ✓ | ✓ | ✓ | ✓ | +| [mutable globals][] | `--disable-mutable-globals` | ✓ | ✓ | ✓ | ✓ | | [nontrapping float-to-int conversions][] | `--enable-saturating-float-to-int` | ✓ | ✓ | ✓ | ✓ | | [sign extension][] | `--enable-sign-extension` | ✓ | ✓ | ✓ | ✓ | | [simd][] | `--enable-simd` | ✓ | ✓ | ✓ | ✓ | -| [threads][] | `--enable-threads` | ✓ | ✓ | ✓ | | +| [threads][] | `--enable-threads` | ✓ | ✓ | ✓ | ✓ | | [multi-value][] | `--enable-multi-value` | ✓ | ✓ | ✓ | ✓ | | [tail-call][] | `--enable-tail-call` | ✓ | ✓ | ✓ | ✓ | | [bulk memory][] | `--enable-bulk-memory` | ✓ | ✓ | ✓ | ✓ | |