wabt icon indicating copy to clipboard operation
wabt copied to clipboard

wasm-decompile: expose NameOpts::None as arg

Open python273 opened this issue 1 year ago • 1 comments

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

python273 avatar Sep 29 '24 21:09 python273

wasm-decompile is sadly unmaintained right now. Any contributions would be most welcome.

sbc100 avatar Sep 30 '24 00:09 sbc100