Add support for parsing Wasm stack frames of Chrome (V8), Firefox, Safari (dart-lang/stack_trace#159)
Instead of updating existing regexes to handle new formats, this adds new
regexes for Wasm frames.
Parser functions are updated to try to parse the frame with Wasm regexes.
Column numbers can be used by the `source_map_stack_trace` package to map Wasm
frames to source locations.
Tests added for parsing all combinations of:
- Frames with and without function names
- In Chrome, Firefox, Safari formats
4 files changed
tree: 649af3c6c79347568a9c664a33ca181b349f24f3
- pkgs/