1WABT(1) BSD General Commands Manual WABT(1)
2
4 wasm-strip — remove sections of a WebAssembly binary file
5
7 wasm-strip [options] file
8
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
17 Remove all custom sections from test.wasm
18
19 $ wasm-strip test.wasm
20
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
27 If you find a bug, please report it at
28 .:
29 https://github.com/WebAssembly/wabt/issues
30
31BSD June 20, 2019 BSD