wasm-objdump, wasm-opt, wasm2c, wasm2wat: add link (#7269)
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user