mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 05:58:28 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/wasm2c
Normal file
17
tldr/wasm2c
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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.h` gets additionally generated):
|
||||
|
||||
`wasm2c {{file.wasm}} -o {{file.c}}`
|
||||
Reference in New Issue
Block a user