Is there an existing tool that converts a WASI 2 binary WASM to WASI 2 text format?
For wasm, there is wasm2wat tool
You're looking for wasm-tools print: https://github.com/bytecodealliance/wasm-tools
Ryan Levick (rylev) said:
You're looking for
wasm-tools print: https://github.com/bytecodealliance/wasm-tools
thank you!
Last updated: Feb 24 2026 at 04:36 UTC