mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 07:46:02 +02:00
wasm-objdump, wasm-opt, wasm2c, wasm2wat: add link (#7269)
This commit is contained in:
parent
86d6159b39
commit
8287fc6677
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# wasm-objdump
|
# wasm-objdump
|
||||||
|
|
||||||
> Display information from WebAssembly binaries.
|
> Display information from WebAssembly binaries.
|
||||||
|
> More information: <https://github.com/WebAssembly/wabt>.
|
||||||
|
|
||||||
- Display the section headers of a given binary:
|
- Display the section headers of a given binary:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wasm-opt
|
# wasm-opt
|
||||||
|
|
||||||
> Optimize WebAssembly binary files.
|
> Optimize WebAssembly binary files.
|
||||||
|
> More information: <https://github.com/webassembly/binaryen>.
|
||||||
|
|
||||||
- Apply default optimizations and write to a given file:
|
- Apply default optimizations and write to a given file:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wasm2c
|
# wasm2c
|
||||||
|
|
||||||
> Convert a file from the WebAssembly binary format to a C source file and header.
|
> 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:
|
- Convert a file to a C source file and header and display it to the console:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wasm2wat
|
# wasm2wat
|
||||||
|
|
||||||
> Convert a file from the WebAssembly binary format to the text format.
|
> Convert a file from the WebAssembly binary format to the text format.
|
||||||
|
> More information: <https://github.com/WebAssembly/wabt>.
|
||||||
|
|
||||||
- Convert a file to the text format and display it to the console:
|
- Convert a file to the text format and display it to the console:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue