tldr/pages/common/wasm2c.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

310 B

wasm2c

Convert a file from the WebAssembly binary format to a C source file and header.

  • 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.h gets additionally generated):

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