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-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 |
7 files changed, 7 insertions, 0 deletions
diff --git a/test/help/spectest-interp.txt b/test/help/spectest-interp.txt index 8ad66af4..2fa2f98a 100644 --- a/test/help/spectest-interp.txt +++ b/test/help/spectest-interp.txt @@ -21,6 +21,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index 77420472..6b3f27ac 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -32,6 +32,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution diff --git a/test/help/wasm-validate.txt b/test/help/wasm-validate.txt index 4b1a45a8..3cb08431 100644 --- a/test/help/wasm-validate.txt +++ b/test/help/wasm-validate.txt @@ -21,6 +21,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) --no-debug-names Ignore debug names in the binary file --ignore-custom-section-errors Ignore errors in custom sections ;;; STDOUT ;;) diff --git a/test/help/wasm2wat.txt b/test/help/wasm2wat.txt index 38641fe1..f5bedf12 100644 --- a/test/help/wasm2wat.txt +++ b/test/help/wasm2wat.txt @@ -27,6 +27,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) --inline-exports Write all exports inline --inline-imports Write all imports inline --no-debug-names Ignore debug names in the binary file diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index 7b71d625..f6833d90 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -24,6 +24,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) -o, --output=FILE output wasm binary file -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) --no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index 383d10d1..f7d48d98 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -31,5 +31,6 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) --generate-names Give auto-generated names to non-named functions, types, etc. ;;; STDOUT ;;) diff --git a/test/help/wat2wasm.txt b/test/help/wat2wasm.txt index 853e1b92..f052ebad 100644 --- a/test/help/wat2wasm.txt +++ b/test/help/wat2wasm.txt @@ -31,6 +31,7 @@ options: --enable-multi-value Enable Multi-value --enable-tail-call Enable Tail-call support --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) -o, --output=FILE output wasm binary file -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) --no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size |