WebAssembly DWARF support
Open
enhancement
- Dominant language
- C++
- Stars
- 5.5k
- Forks
- 378
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 6
Description
WebAssembly appears to support DWARF, see:
https://yurydelendik.github.io/webassembly-dwarf/#normative
https://github.com/EOSIO/eos/blob/b39b6bd3c74ff47fc53fa80aafa2c1941ba82879/CMakeModules/EosioTester.cmake.in#L25
We should see if Bloaty's existing DWARF support can be extended to support WebAssembly.
There might be some complexity here around the fact that WebAssembly doesn't have VM addresses per se.
Contributor guide
Assessment
This issue has not been assessed yet.