We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-decompile
wasm-decompile works almost identically to wasm2wat (and is also part of WABT) so presumably could be an alternative option in this plugin.
wasm2wat
Details: https://github.com/WebAssembly/wabt/blob/master/docs/decompiler.md
@RReverser
The text was updated successfully, but these errors were encountered:
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:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: