Open aardappel opened 4 years ago
We would love to support it!
Right now we are using the wabt.js project maintained by @dcodeIO: https://github.com/AssemblyScript/wabt.js Wabt.js is using the Emscripten integration from wabt ( https://github.com/WebAssembly/wabt/blob/master/src/wabt.post.js ) but wabbt.post.js doesn't seem to support it yet.
There are a few ways we could integrate wasm-decompile:
wasm-decompile
works almost identically towasm2wat
(and is also part of WABT) so presumably could be an alternative option in this plugin.Details: https://github.com/WebAssembly/wabt/blob/master/docs/decompiler.md
@RReverser