Skip to content

Unify two different runtime source map parsing methods #16731

@sbc100

Description

@sbc100

We currently have two different ways to process source maps at runtime, both for the purpose of symbolicating stack traces:

  1. src/source_map_support.js, enabled via internal LOAD_SOURCE_MAP setting. Used by santizers to give useful stack traces.
  2. src/emscripten-source-map.min.js , used by emscripten_get_callstack and emscripten_log_js and _Unwind_Backtrace in library.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions