diff options
Diffstat (limited to 'test/help')
-rw-r--r-- | test/help/spectest-interp.txt | 1 | ||||
-rw-r--r-- | test/help/wasm-interp.txt | 1 | ||||
-rw-r--r-- | test/help/wasm-opcodecnt.txt | 1 | ||||
-rw-r--r-- | test/help/wasm-validate.txt | 1 | ||||
-rw-r--r-- | test/help/wasm2wat.txt | 1 | ||||
-rw-r--r-- | test/help/wast2json.txt | 1 | ||||
-rw-r--r-- | test/help/wat-desugar.txt | 1 | ||||
-rw-r--r-- | test/help/wat2wasm.txt | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/test/help/spectest-interp.txt b/test/help/spectest-interp.txt index 225a3938..bbb68061 100644 --- a/test/help/spectest-interp.txt +++ b/test/help/spectest-interp.txt @@ -25,6 +25,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index efbe0409..f6dc26b7 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -36,6 +36,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wasm-opcodecnt.txt b/test/help/wasm-opcodecnt.txt index eff83b99..2a0606b9 100644 --- a/test/help/wasm-opcodecnt.txt +++ b/test/help/wasm-opcodecnt.txt @@ -26,6 +26,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wasm-validate.txt b/test/help/wasm-validate.txt index 3f76d737..4ceeb329 100644 --- a/test/help/wasm-validate.txt +++ b/test/help/wasm-validate.txt @@ -25,6 +25,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wasm2wat.txt b/test/help/wasm2wat.txt index 29155532..a2b78d31 100644 --- a/test/help/wasm2wat.txt +++ b/test/help/wasm2wat.txt @@ -31,6 +31,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index 90278883..95fa3a3e 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -28,6 +28,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index 38f6356c..268fd600 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -35,6 +35,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory diff --git a/test/help/wat2wasm.txt b/test/help/wat2wasm.txt index 71ff482c..2bba6093 100644 --- a/test/help/wat2wasm.txt +++ b/test/help/wat2wasm.txt @@ -35,6 +35,7 @@ options: --disable-bulk-memory Disable Bulk-memory operations --disable-reference-types Disable Reference types (externref) --enable-annotations Enable Custom annotation syntax + --enable-code-metadata Enable Code metadata --enable-gc Enable Garbage collection --enable-memory64 Enable 64-bit memory --enable-multi-memory Enable Multi-memory |