emscripten-core / emscripten-core/emscripten
Extend source-map-based symbolizer used in msan/asan to all backtraces under node js
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Currently under node its not possible to get anything other than wasm function names in backtraces.
With asan/msan we support parsing the source map to also get line numbers.. perhaps we could extend this to allow folks to get more detailed backtraces from node in general.
Contributor guide
Assessment
This issue has not been assessed yet.