kubkon / zig-dwarfdump

dwarfdump utility but in Zig
MIT License
26 stars 3 forks source link

Implement support for WebAssembly #6

Closed Luukdegram closed 8 months ago

Luukdegram commented 8 months ago

Implements parsing of WebAssembly files and dumping of the debug-info and debug-abbrev custom sections.

kubkon commented 8 months ago

Mind fixing the compile errors? Otherwise, you're good to go!

Luukdegram commented 8 months ago

Mind fixing the compile errors? Otherwise, you're good to go!

Updated to the latest master and fixed the compile errors. It is, however, blocked by https://github.com/ziglang/zig/pull/19222.