Stream: wasi

Topic: wasm2wat for WASI 2 binary


view this post on Zulip prabhpreet (Jun 28 2024 at 13:22):

Is there an existing tool that converts a WASI 2 binary WASM to WASI 2 text format?

For wasm, there is wasm2wat tool

view this post on Zulip Ryan Levick (rylev) (Jun 28 2024 at 13:24):

You're looking for wasm-tools print: https://github.com/bytecodealliance/wasm-tools

CLI and Rust libraries for low-level manipulation of WebAssembly modules - GitHub - bytecodealliance/wasm-tools: CLI and Rust libraries for low-level manipulation of WebAssembly modules

view this post on Zulip prabhpreet (Jun 28 2024 at 13:26):

Ryan Levick (rylev) said:

You're looking for wasm-tools print: https://github.com/bytecodealliance/wasm-tools

thank you!


Last updated: Nov 22 2024 at 16:03 UTC