Emitting Object Files Directly for Mochi
§1 Provenance gimli (DWARF read/write, Rust): https://github.com/gimli-rs/gimli , https://crates.io/crates/gimli , current 0.31.1. object (ELF/Mach-O/COFF read/write, Rust): https://github.com/gimli-rs/object . ddbug (DWARF visualization): https://github.com/gimli-rs/ddbug . Go's debug/elf, debug/macho, debug/pe : https://pkg.go.dev/debug/elf , https://pkg.go.dev/debug/macho , https://pkg.go.dev/debug/pe (read-only in standard library). Go's debug/dwarf : https://pkg.go.dev/debug/dwarf (read-only). golang-asm objabi relocations : https://pkg.go.dev/github.com/twitchyliquid64/golang-asm@v0.15.1/objabi llvm-objdump , llvm-readelf , llvm-objcopy : standard LLVM utilities for round-trip inspection. System V ABI ELF spec : https://refspecs.linuxfoundation.org/elf/elf.pdf Mach-O reference (Apple) :...