summaryrefslogtreecommitdiff
path: root/test/help/wat2wasm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/help/wat2wasm.txt')
-rw-r--r--test/help/wat2wasm.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/help/wat2wasm.txt b/test/help/wat2wasm.txt
index 35c66d6d..94860518 100644
--- a/test/help/wat2wasm.txt
+++ b/test/help/wat2wasm.txt
@@ -22,13 +22,13 @@ options:
--help Print this help message
--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-sign-extension Sign-extension operators
- --enable-simd SIMD support
- --enable-threads Threading support
- --enable-multi-value Multi-value
+ --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
-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