wasm2c
Convert a file from the WebAssembly binary format to a C source file and header. More information: https://github.com/WebAssembly/wabt.
- 
Convert a file to a C source file and header and display it to the console:
 wasm2c {{file.wasm}}
- 
Write the output to a given file (file.hgets additionally generated):
 wasm2c {{file.wasm}} -o {{file.c}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.