Wabt
- spectest-interp(1) Reads a Spectest JSON file, and runs its tests in the interpreter.
- wasm-decompile(1) Read a file in the WebAssembly binary format, and convert it to a decompiled text file.
- wasm-interp(1) Read a file in the wasm binary format, and run it in a stack-based interpreter.
- wasm-objdump(1) Print information about the contents of wasm binaries.
- wasm-opcodecnt(1) Read a file in the wasm binary format, and count opcode usage for instructions.
- wasm-strip(1) Remove sections of a WebAssembly binary file.
- wasm-validate(1) Read a file in the WebAssembly binary format, and validate it.
- wasm2c(1) takes a WebAssembly module and produces an equivalent C source and header.
- wasm2wat(1) Read a file in the WebAssembly binary format, and convert it to the WebAssembly text format.
- wast2json(1) Read a file in the wasm spec test format, check it for errors, and convert it to a JSON file and associated wasm binary
- wat-desugar(1) Parses .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and prints 'canonical'
- wat2wasm(1) Read a file in the wasm text format, check it for errors, and convert it to the wasm binary format.