cargo-wasi icon indicating copy to clipboard operation
cargo-wasi copied to clipboard

Please add an option to compile to "wat" instead of "wasm"

Open onetruffle opened this issue 5 years ago • 0 comments

Something like cargo wasi build -t wat.

Right now, I'm running cargo wasi build followed by wasm2wat /path/to/project.wasm which generates /path/to/project.wat.

onetruffle avatar Oct 19 '20 11:10 onetruffle