summaryrefslogtreecommitdiff
path: root/test/help/wasm-validate.txt
blob: ed1923f71f7cdba344b2d01041079ec91dc43a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;;; RUN: %(wasm-validate)s
;;; ARGS: --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
      --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-sign-extension                 Sign-extension operators
      --enable-simd                           SIMD support
      --enable-threads                        Threading support
      --enable-multi-value                    Multi-value
      --no-debug-names                        Ignore debug names in the binary file
      --ignore-custom-section-errors          Ignore errors in custom sections
;;; STDOUT ;;)