1WABT(1) BSD General Commands Manual WABT(1)
2
4 wasm-objdump — print information about a wasm binary
5
7 wasm-objdump [options] file ...
8
10 wasm-objdump prints information about a wasm binary, similar to objdump.
11
12 The options are as follows:
13
14 -h, --headers
15 Print headers
16
17 -j, --section=SECTION
18 Select just one section
19
20 -s, --full-contents
21 Print raw section contents
22
23 -d, --disassemble
24 Disassemble function bodies
25
26 --debug
27 Print extra debug information
28
29 -x, --details
30 Show section details
31
32 -r, --reloc
33 Show relocations inline with disassembly
34
35 --help Print a help message
36
38 $ wasm-objdump test.wasm
39
41 wasm-interp(1), wasm-opcodecnt(1), wasm-strip(1), wasm-validate(1),
42 wasm2c(1), wasm2wat(1), wast2json(1), wat-desugar(1), wat2wasm(1),
43 spectest-interp(1)
44
46 If you find a bug, please report it at
47 .:
48 https://github.com/WebAssembly/wabt/issues
49
50BSD June 20, 2019 BSD