blob: c171e1428195f88e78848eb8d24d27831df15991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
;; RUN: wasm-shell --help | filecheck %s
wasm-shell INFILE
;; CHECK: Execute .wast files
;; CHECK-NEXT:
;; CHECK-NEXT: Options:
;; CHECK-NEXT:
;; CHECK-NEXT: --version Output version information and exit
;; CHECK-NEXT:
;; CHECK-NEXT: --help,-h Show this help message and exit
;; CHECK-NEXT:
;; CHECK-NEXT: --debug,-d Print debug information to stderr
;; CHECK-NEXT:
;; CHECK-NEXT: --entry,-e Call the entry point after parsing the module
;; CHECK-NEXT:
;; CHECK-NEXT: --skip,-s Skip input on certain lines (comma-separated-list)
|