A small library that bridges the C++ LLVM Linker (LLD) API to Rust, for use with the Thrush compiler as an integrated linker.
Flavors represent the executable assembler or binary variants that you can link using the library.
- COFF (Windows)
- ELF (Linux)
- Mach0 (MacOS)
- WASM (WebAssembly)