1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:26:03 +02:00

wasm-objdump, wasm-opt, wasm2c, wasm2wat: add link (#7269)

This commit is contained in:
Benedek Szilvasy 2021-11-06 20:52:43 +00:00 committed by GitHub
parent 86d6159b39
commit 8287fc6677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# wasm-objdump
> Display information from WebAssembly binaries.
> More information: <https://github.com/WebAssembly/wabt>.
- Display the section headers of a given binary:

View file

@ -1,6 +1,7 @@
# wasm-opt
> Optimize WebAssembly binary files.
> More information: <https://github.com/webassembly/binaryen>.
- Apply default optimizations and write to a given file:

View file

@ -1,6 +1,7 @@
# 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:

View file

@ -1,6 +1,7 @@
# wasm2wat
> 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: