summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xtest/update-spec-tests.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index c191199e..ee1b006c 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i
| [annotations][] | `--enable-annotations` | | | ✓ | | | |
| [memory64][] | `--enable-memory64` | | ✓ | ✓ | ✓ | ✓ | |
| [multi-memory][] | `--enable-multi-memory` | | ✓ | ✓ | ✓ | ✓ | ✓ |
-| [extended-const][] | `--enable-extended-const` | | | | | | |
+| [extended-const][] | `--enable-extended-const` | | ✓ | ✓ | ✓ | ✓ | |
[exception handling]: https://github.com/WebAssembly/exception-handling
[mutable globals]: https://github.com/WebAssembly/mutable-global
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py
index 16423f27..fda33451 100755
--- a/test/update-spec-tests.py
+++ b/test/update-spec-tests.py
@@ -102,7 +102,6 @@ def main(args):
'threads',
'annotations',
'exception-handling',
- 'extended-const',
])
# sanity check to verify that all flags are valid