mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
this is a bad commit that contains work in progress changes to make fuzzing on macos work. more specifically it contains macho-specific code for loading debug information in the webserver. it's messy because I'm still trying to understand how this stuff works. with these changes the web server loads but the wasm code panics. it's unclear if the wasm panic is due to my dwarf loading code being wrong or if we're encountering some other latent issue.