Open
Description
When I use wasm with dwarf debug info in nodejs, it seems that the callstack does not supports c++ source code sourcemapping, which is inconvenient for wasm debugging.
Describe the solution you'd like
Chrome devtools supports DWARF now, https://developers.google.com/web/updates/2019/12/webassembly, so maybe node could do the same thing.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.