You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for WAT (WebAssembly Text) as an output of wasm-pack. It would nice to be able look at the completed library and see what WASM was generated without needing to use another tool.
💻 Basic example
wasp-pack build --wat
The text was updated successfully, but these errors were encountered:
💡 Feature description
Add support for WAT (WebAssembly Text) as an output of
wasm-pack
. It would nice to be able look at the completed library and see what WASM was generated without needing to use another tool.💻 Basic example
The text was updated successfully, but these errors were encountered: