Open
Description
I attempted to use the gimli
library to parse a WebAssembly (Wasm) file that includes debug information. The Wasm file was written in Motoko and compiled using moc
. However, my program reported that the .debug_info
section was missing.
To investigate further, I used wasm-objdump
to inspect the sections within the Wasm file. As expected, the .debug_info
section was indeed absent.
Metadata
Metadata
Assignees
Labels
No labels