WebAssembly / WebAssembly/binaryen
Support source maps with wasm2js
Open
Nobody has claimed this yet.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
Creating a tracking issue I can link to. Lack of source map support requires a workaround to lower the debug level in rustc when targeting asmjs-unknown-emscripten. #1690 is a WIP PR addressing this issue.
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 reviewing the linked WIP PR #1690 and the wasm2js source-map context described in this issue. Determine how source maps should be supported for asmjs-unknown-emscripten without lowering rustc's debug level; done means the workaround is no longer required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100