Open python273 opened 2 months ago
It's quite inconvenient to find functions by indexes right now, as they are transformed. Also might be nice to add a comment with index as wasm2wat does (;123;)
wasm2wat
(;123;)
https://github.com/WebAssembly/wabt/blob/790bc0472552d80671bdf99ba7652876c463d526/src/tools/wasm-decompile.cc#L89
wasm-decompile is sadly unmaintained right now. Any contributions would be most welcome.
It's quite inconvenient to find functions by indexes right now, as they are transformed. Also might be nice to add a comment with index as
wasm2wat
does(;123;)
https://github.com/WebAssembly/wabt/blob/790bc0472552d80671bdf99ba7652876c463d526/src/tools/wasm-decompile.cc#L89