summaryrefslogtreecommitdiff
path: root/test/help
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-18 12:56:55 -0800
committerGitHub <noreply@github.com>2018-01-18 12:56:55 -0800
commit25140d740d55bd5c2103e4032a37a6f4ca94d4c0 (patch)
tree90824b0af63c15d261a57e5fd70e7542f44c9fc8 /test/help
parent23163d0967768a384c9eb7ac8d29cf2ab369be46 (diff)
downloadwabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.tar.gz
wabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.tar.bz2
wabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.zip
Add feature flags for sign-ext., mutable-globals (#722)
Also reorder the flags so they are alphabetical order.
Diffstat (limited to 'test/help')
-rw-r--r--test/help/spectest-interp.txt4
-rw-r--r--test/help/wasm-interp.txt4
-rw-r--r--test/help/wasm-validate.txt4
-rw-r--r--test/help/wasm2wat.txt4
-rw-r--r--test/help/wast2json.txt4
-rw-r--r--test/help/wat-desugar.txt4
-rw-r--r--test/help/wat2wasm.txt4
7 files changed, 21 insertions, 7 deletions
diff --git a/test/help/spectest-interp.txt b/test/help/spectest-interp.txt
index 172e18fb..23afc370 100644
--- a/test/help/spectest-interp.txt
+++ b/test/help/spectest-interp.txt
@@ -13,9 +13,11 @@ options:
-v, --verbose Use multiple times for more info
-h, --help Print this help message
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
-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 5af83907..558648bd 100644
--- a/test/help/wasm-interp.txt
+++ b/test/help/wasm-interp.txt
@@ -24,9 +24,11 @@ options:
-v, --verbose Use multiple times for more info
-h, --help Print this help message
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
-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 2ed28eb5..d7f90116 100644
--- a/test/help/wasm-validate.txt
+++ b/test/help/wasm-validate.txt
@@ -13,8 +13,10 @@ options:
-v, --verbose Use multiple times for more info
-h, --help Print this help message
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
--no-debug-names Ignore debug names in the binary file
;;; STDOUT ;;)
diff --git a/test/help/wasm2wat.txt b/test/help/wasm2wat.txt
index bfee019f..6576dc25 100644
--- a/test/help/wasm2wat.txt
+++ b/test/help/wasm2wat.txt
@@ -19,9 +19,11 @@ options:
-o, --output=FILENAME Output file for the generated wast file, by default use stdout
-f, --fold-exprs Write folded expressions where possible
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
--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 fdb732dc..bf37731f 100644
--- a/test/help/wast2json.txt
+++ b/test/help/wast2json.txt
@@ -16,9 +16,11 @@ options:
-h, --help Print this help message
--debug-parser Turn on debugging the parser of wast files
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
-o, --output=FILE output wasm binary file
-r, --relocatable Create a relocatable wasm binary (suitable for linking with wasm-link)
--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 20e32a37..25967ffb 100644
--- a/test/help/wat-desugar.txt
+++ b/test/help/wat-desugar.txt
@@ -21,8 +21,10 @@ options:
--debug-parser Turn on debugging the parser of wat files
-f, --fold-exprs Write folded expressions where possible
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
--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 e5e751c6..418086db 100644
--- a/test/help/wat2wasm.txt
+++ b/test/help/wat2wasm.txt
@@ -23,9 +23,11 @@ options:
--debug-parser Turn on debugging the parser of wat files
-d, --dump-module Print a hexdump of the module to stdout
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
-o, --output=FILE output wasm binary file
-r, --relocatable Create a relocatable wasm binary (suitable for linking with wasm-link)
--no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size