|
|
|
|
|
by jcranmer
2386 days ago
|
|
WebAssembly should be relatively easy to decompile. The specification guarantees structured control flow. You will lose struct information and names, but that's virtually the only information you're not going to get from decompilation. |
|