Options (4)
-h, --headersbooleanDisplay the section headers of a given binary
Example:
wasm-objdump {{[-h|--headers]}} {{file.wasm}}-d, --disassemblebooleanDisplay the entire disassembled output of a given binary
Example:
wasm-objdump {{[-d|--disassemble]}} {{file.wasm}}-x, --detailsbooleanDisplay the details of each section
Example:
wasm-objdump {{[-x|--details]}} {{file.wasm}}-j, --sectionbooleanDisplay the details of a given section
Example:
wasm-objdump {{[-j|--section]}} '{{import}}' {{[-x|--details]}} {{file.wasm}}Examples (4)
Display the section headers of a given binary
wasm-objdump [-h|--headers] file.wasmDisplay the entire disassembled output of a given binary
wasm-objdump [-d|--disassemble] file.wasmDisplay the details of each section
wasm-objdump [-x|--details] file.wasmDisplay the details of a given section
wasm-objdump [-j|--section] 'import' [-x|--details] file.wasmmade by @shridhargupta | data from tldr-pages