diff options
Diffstat (limited to 'test/help')
-rw-r--r-- | test/help/spectest-interp.txt | 38 | ||||
-rw-r--r-- | test/help/wasm-interp.txt | 44 | ||||
-rw-r--r-- | test/help/wasm-opcodecnt.txt | 38 | ||||
-rw-r--r-- | test/help/wasm-validate.txt | 36 | ||||
-rw-r--r-- | test/help/wasm2wat.txt | 48 | ||||
-rw-r--r-- | test/help/wast2json.txt | 44 | ||||
-rw-r--r-- | test/help/wat-desugar.txt | 42 | ||||
-rw-r--r-- | test/help/wat2wasm.txt | 46 |
8 files changed, 168 insertions, 168 deletions
diff --git a/test/help/spectest-interp.txt b/test/help/spectest-interp.txt index 1e453d88..3372ae1f 100644 --- a/test/help/spectest-interp.txt +++ b/test/help/spectest-interp.txt @@ -10,23 +10,23 @@ examples: $ spectest-interp test.json options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - -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 + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + -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 ;;; STDOUT ;;) diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index 733a0c50..27c5573c 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -21,26 +21,26 @@ examples: $ wasm-interp test.wasm -V 100 --run-all-exports options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - -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 - --run-all-exports Run all the exported functions, in order. Useful for testing - --host-print Include an importable function named "host.print" for printing to stdout - --dummy-import-func Provide a dummy implementation of all imported functions. The function will log the call and return an appropriate zero value. + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + -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 + --run-all-exports Run all the exported functions, in order. Useful for testing + --host-print Include an importable function named "host.print" for printing to stdout + --dummy-import-func Provide a dummy implementation of all imported functions. The function will log the call and return an appropriate zero value. ;;; STDOUT ;;) diff --git a/test/help/wasm-opcodecnt.txt b/test/help/wasm-opcodecnt.txt index d3affc1c..b527aa2a 100644 --- a/test/help/wasm-opcodecnt.txt +++ b/test/help/wasm-opcodecnt.txt @@ -11,23 +11,23 @@ examples: $ wasm-opcodecnt test.wasm -o test.dist options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - -o, --output=FILENAME Output file for the opcode counts, by default use stdout - -c, --cutoff=N Cutoff for reporting counts less than N - -s, --separator=SEPARATOR Separator text between element and count when reporting counts + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + -o, --output=FILENAME Output file for the opcode counts, by default use stdout + -c, --cutoff=N Cutoff for reporting counts less than N + -s, --separator=SEPARATOR Separator text between element and count when reporting counts ;;; STDOUT ;;) diff --git a/test/help/wasm-validate.txt b/test/help/wasm-validate.txt index 8e16befd..7cec73cb 100644 --- a/test/help/wasm-validate.txt +++ b/test/help/wasm-validate.txt @@ -10,22 +10,22 @@ examples: $ wasm-validate test.wasm options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - --no-debug-names Ignore debug names in the binary file - --ignore-custom-section-errors Ignore errors in custom sections + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + --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 5f739807..3ef08560 100644 --- a/test/help/wasm2wat.txt +++ b/test/help/wasm2wat.txt @@ -14,28 +14,28 @@ examples: $ wasm2wat test.wasm --no-debug-names -o test.wat options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - -o, --output=FILENAME Output file for the generated wast file, by default use stdout - -f, --fold-exprs Write folded expressions where possible - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - --inline-exports Write all exports inline - --inline-imports Write all imports inline - --no-debug-names Ignore debug names in the binary file - --ignore-custom-section-errors Ignore errors in custom sections - --generate-names Give auto-generated names to non-named functions, types, etc. - --no-check Don't check for invalid modules + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + -o, --output=FILENAME Output file for the generated wast file, by default use stdout + -f, --fold-exprs Write folded expressions where possible + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + --inline-exports Write all exports inline + --inline-imports Write all imports inline + --no-debug-names Ignore debug names in the binary file + --ignore-custom-section-errors Ignore errors in custom sections + --generate-names Give auto-generated names to non-named functions, types, etc. + --no-check Don't check for invalid modules ;;; STDOUT ;;) diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index 18f265d5..05a20278 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -12,26 +12,26 @@ examples: $ wast2json spec-test.wast -o spec-test.json options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --debug-parser Turn on debugging the parser of wast files - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - -o, --output=FILE output JSON 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 - --debug-names Write debug names to the generated binary file - --no-check Don't check for invalid modules + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --debug-parser Turn on debugging the parser of wast files + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + -o, --output=FILE output JSON 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 + --debug-names Write debug names to the generated binary file + --no-check Don't check for invalid modules ;;; STDOUT ;;) diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index 15df0e0f..69072c72 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -16,25 +16,25 @@ examples: $ wat-desugar --generate-names test.wat options: - --help Print this help message - --version Print version information - -o, --output=FILE Output file for the formatted file - --debug-parser Turn on debugging the parser of wat files - -f, --fold-exprs Write folded expressions where possible - --inline-exports Write all exports inline - --inline-imports Write all imports inline - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - --generate-names Give auto-generated names to non-named functions, types, etc. + --help Print this help message + --version Print version information + -o, --output=FILE Output file for the formatted file + --debug-parser Turn on debugging the parser of wat files + -f, --fold-exprs Write folded expressions where possible + --inline-exports Write all exports inline + --inline-imports Write all imports inline + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + --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 d2c1e2b0..db11d9ec 100644 --- a/test/help/wat2wasm.txt +++ b/test/help/wat2wasm.txt @@ -18,27 +18,27 @@ examples: $ wat2wasm spec-test.wast -v options: - --help Print this help message - --version Print version information - -v, --verbose Use multiple times for more info - --debug-parser Turn on debugging the parser of wat files - -d, --dump-module Print a hexdump of the module to stdout - --enable-exceptions Enable Experimental exception handling - --disable-mutable-globals Disable Import/export mutable globals - --enable-saturating-float-to-int Enable Saturating float-to-int operators - --enable-sign-extension Enable Sign-extension operators - --enable-simd Enable SIMD support - --enable-threads Enable Threading support - --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) - --enable-annotations Enable Custom annotation syntax - --enable-gc Enable Garbage collection - --enable-all Enable all features - -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 - --debug-names Write debug names to the generated binary file - --no-check Don't check for invalid modules + --help Print this help message + --version Print version information + -v, --verbose Use multiple times for more info + --debug-parser Turn on debugging the parser of wat files + -d, --dump-module Print a hexdump of the module to stdout + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --disable-saturating-float-to-int Disable Saturating float-to-int operators + --disable-sign-extension Disable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --disable-multi-value Disable Multi-value + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-gc Enable Garbage collection + --enable-all Enable all features + -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 + --debug-names Write debug names to the generated binary file + --no-check Don't check for invalid modules ;;; STDOUT ;;) |