SPY / haskell-wasm

Haskell WebAssembly Toolkit
Other
151 stars 24 forks source link

Parsing debug information from binary format #2

Open dfordivam opened 6 years ago

dfordivam commented 6 years ago

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..