Next: , Previous: , Up: Toolchain reference   [Contents][Index]


5.4 Symbolifier

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).

Procedure: symbolify-wasm wasm

Return a new Wasm module derived from wasm where all definitions and uses have been given unique symbolic identifiers.