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: Dec 23 2024 at 12:05 UTC