Package wabt
- spectest-interp(1) β read a Spectest JSON file, and run its tests in the interpreter
- wasm-decompile(1) β translate from the binary format to readable C-like syntax
- wasm-interp(1) β decode and run a WebAssembly binary file
- wasm-objdump(1) β print information about a wasm binary
- wasm-stats(1) β show stats for a module
- wasm-strip(1) β remove sections of a WebAssembly binary file
- wasm-validate(1) β validate a file in the WebAssembly binary format
- wasm2c(1) β convert a WebAssembly binary file to a C source and header
- wasm2wat(1) β translate from the binary format to the text format
- wast2json(1) β convert a file in the wasm spec test format to a JSON file and associated wasm binary files
- wat-desugar(1) β parse .wat text form and print canonical flat format
- wat2wasm(1) β translate from WebAssembly text format to the WebAssembly binary format