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 Remove sections of a WebAssembly binary file.
11
12 The options are as follows:
13
14 --help Print a help message
15
16 --version
17 Print version information
18
19 -o, --output=FILE
20 output wasm binary file
21
23 Remove all custom sections from test.wasm
24
25 $ wasm-strip test.wasm
26
28 wasm-decompile(1), wasm-interp(1), wasm-objdump(1), wasm-opcodecnt(1),
29 wasm-strip(1), wasm-validate(1), wasm2c(1), wasm2wat(1), wast2json(1),
30 wat-desugar(1), wat2wasm(1), spectest-interp(1)
31
33 If you find a bug, please report it at
34 https://github.com/WebAssembly/wabt/issues
35
36BSD February 8, 2023 BSD