diff options
Diffstat (limited to 'test/help/wasm-validate.txt')
-rw-r--r-- | test/help/wasm-validate.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/help/wasm-validate.txt b/test/help/wasm-validate.txt new file mode 100644 index 00000000..f0cab51b --- /dev/null +++ b/test/help/wasm-validate.txt @@ -0,0 +1,19 @@ +;;; EXE: %(wasm-validate)s +;;; FLAGS: --help +(;; STDOUT ;;; +usage: wasm-validate [options] filename + + Read a file in the WebAssembly binary format, and validate it. + +examples: + # validate binary file test.wasm + $ wasm-validate test.wasm + +options: + -v, --verbose Use multiple times for more info + -h, --help Print this help message + --enable-exceptions Experimental exception handling + --enable-saturating-float-to-int Saturating float-to-int operators + --enable-threads Threading support + --no-debug-names Ignore debug names in the binary file +;;; STDOUT ;;) |