mtolmacs/wasm2map

De-mangle function names if possible

mtolmacs opened this issue · 2 comments

Currently it's easy to compile your debug WASM with some function names, specifically in packages.

Test the mangling crate for this purpose.

The mangled names show up in the backtrace because of how the panic handler prints it most likely. The sourcemap therefore cannot solve this issue.