logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Wat2wasm - Convert WebAssembly Text to Binary | Online Free DevTools by Hexmos

Convert WebAssembly text format to binary with Wat2wasm. Compile .wat files into optimized .wasm binaries instantly. Free online tool, no registration required.

wat2wasm

Convert a file from the WebAssembly text format to the binary format. More information: https://github.com/WebAssembly/wabt.

  • Parse and check a file for errors:

wat2wasm {{file.wat}}

  • Write the output binary to a given file:

wat2wasm {{file.wat}} {{[-o|--output]}} {{file.wasm}}

  • Display simplified representation of every byte:

wat2wasm {{[-v|--verbose]}} {{file.wat}}

return

See Also