Add --enable-source-map support for WebAssembly module
Open
Nobody has claimed this yet.
feature request
never-stale
wasm
- Dominant language
- JavaScript
- Stars
- 122k
- Forks
- 37.3k
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 283
Description
What is the problem this feature will solve?
I will allow developers to get better backtrace information from wasm module that are built with source maps.
What is the feature you are proposing to solve the problem?
Reading of the sourceMappingURL section from any WebAssembly modules that get loaded.
What alternatives have you considered?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how Node loads WebAssembly modules and handles source maps, then identify the path where the sourceMappingURL section could be read. Done means modules with source maps provide improved backtrace information when --enable-source-map is enabled, with relevant coverage for loading such modules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100