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 Print information about the contents of wasm binaries.
11
12 The options are as follows:
13
14 --help Print a help message
15
16 --version
17 Print version information
18
19 -h, --headers
20 Print headers
21
22 -j, --section=SECTION
23 Select just one section
24
25 -s, --full-contents
26 Print raw section contents
27
28 -d, --disassemble
29 Disassemble function bodies
30
31 --debug
32 Print extra debug information
33
34 -x, --details
35 Show section details
36
37 -r, --reloc
38 Show relocations inline with disassembly
39
40 --section-offsets
41 Print section offsets instead of file offsets in code disassembly
42
44 $ wasm-objdump test.wasm
45
47 wasm-decompile(1), wasm-interp(1), wasm-opcodecnt(1), wasm-strip(1),
48 wasm-validate(1), wasm2c(1), wasm2wat(1), wast2json(1), wat-desugar(1),
49 wat2wasm(1), spectest-interp(1)
50
52 If you find a bug, please report it at
53 https://github.com/WebAssembly/wabt/issues
54
55BSD February 8, 2023 BSD