Name Description Size
dwarf.rs Implementation of emitting DWARF debugging information for `*.wat` files. This is intended to be relatively simple but the goal is to enable emission of DWARF sections which point back to the original `*.wat` file itself. This enables debuggers like LLDB to debug `*.wat` files without necessarily built-in knowledge of WebAssembly itself. Overall I was curious on weekend and decided to implement this. It's an off-by-default crate feature and an off-by-default runtime feature of this crate. Hopefully doesn't carry too much complexity with it while still being easy/fun to play around with. 21520
dwarf_disabled.rs Dummy version of dwarf emission that does nothing when the compile-time feature is disabled. 1024