1WABT(1)                   BSD General Commands Manual                  WABT(1)
2

NAME

4     wasm-strip — remove sections of a WebAssembly binary file
5

SYNOPSIS

7     wasm-strip [options] file
8

DESCRIPTION

10     wasm-strip removes sections of a WebAssembly binary file.
11
12     The options are as follows:
13
14     --help  Print a help message
15

EXAMPLES

17     Remove all custom sections from test.wasm
18
19           $ wasm-strip test.wasm
20

SEE ALSO

22     wasm-interp(1), wasm-objdump(1), wasm-opcodecnt(1), wasm-validate(1),
23     wasm2c(1), wasm2wat(1), wast2json(1), wat-desugar(1), wat2wasm(1),
24     spectest-interp(1)
25

BUGS

27     If you find a bug, please report it at
28     .:
29           https://github.com/WebAssembly/wabt/issues
30
31BSD                              June 20, 2019                             BSD
Impressum