haskell-wasm
haskell-wasm copied to clipboard
Parsing debug information from binary format
In the binary format the debug information (API names) is present in custom section. Currently that data is not being parsed, but it would be nice to have that data for analysis.
PS: I am working on this, will soon send a PR..