Next: Linker, Previous: Resolver, Up: Toolchain reference [Contents][Index]
The (wasm symbolify)
module does the opposite of (wasm
resolve)
by giving symbolic names to all objects in a Wasm module.
Symbolified Wasm is useful for disassembling binaries (see
wasm->wat
in GWAT).
Return a new Wasm module derived from wasm where all definitions and uses have been given unique symbolic identifiers.