Overview of WABT (WebAssembly Binary Toolkit)
masterWABT is a suite of tools designed for manipulating WebAssembly files with high fidelity and compliance to the specification. Key tools include:
- wat2wasm: Translates WebAssembly text format (.wat) to WebAssembly binary format (.wasm).
- wasm2wat: The inverse of
wat2wasm; translates binary format back to text format. - wasm-objdump: Prints information about a
.wasmbinary (similar toobjdump). - wasm-interp: A stack-based interpreter that decodes and runs WebAssembly binary files.
- wat-desugar: Parses
.wattext (s-expressions, flat, or mixed) and prints the