Forrest logo
back to context overview

wasm2c

List of commands for wasm2c:

  • wasm2c:tldr:36ab0 wasm2c: Convert a file to a C source file and header and display it to the console.
    $ wasm2c ${file-wasm}
    try on your machine
    explain this command
  • wasm2c:tldr:d8cfe wasm2c: Write the output to a given file (`file.h` gets additionally generated).
    $ wasm2c ${file-wasm} -o ${file-c}
    try on your machine
    explain this command
back to context overview