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
Is your feature request related to a problem? Please describe.
It's annoying to have to use, for example, the wasm-decompile CLI to decompile a WebAssembly file. Adding support to decomp.me would make that a lot easier :)
Describe the solution you'd like
For WebAssembly to be added as a supported platform on https://decomp.me/new
Describe alternatives you've considered
Adding a different decompiler, such as:
wasm-objdump WASM into an assembly-like format
wasm2wat converts WASM into WAT (WASM as a text format)
Additional context
N/A
The text was updated successfully, but these errors were encountered:
I also noticed that the site also attempts to recompile the decompiler's output. However, that would only work w/ wasm2wat, since wasm-decompile's output can't be compiled back into WASM
Are there any (offline) projects that are a matching decompilation of wasm? The purpose of decomp.me is to foster collaboration around matching decompilation - you also are meant to feed in the disassembly (i.e. assemble-able assembly code) as the starting point for your scratch.
Is your feature request related to a problem? Please describe.
It's annoying to have to use, for example, the
wasm-decompile
CLI to decompile a WebAssembly file. Adding support to decomp.me would make that a lot easier :)Describe the solution you'd like
For WebAssembly to be added as a supported platform on https://decomp.me/new
Describe alternatives you've considered
Adding a different decompiler, such as:
wasm-objdump
WASM into an assembly-like formatwasm2wat
converts WASM into WAT (WASM as a text format)Additional context
N/A
The text was updated successfully, but these errors were encountered: