wasm2c Command Examples

Convert a file from the WebAssembly binary format to a C source file and header. More information: https://github.com/WebAssembly/wabt.

wasm2c {{file.wasm}}

wasm2c {{file.wasm}} -o {{file.c}}