LLVM linker for compiling and linking object files into executables
LLVM Project Linker
ld.lldlldld64.lldwasm-ld$ ld.lld -o program main.o lib.o -lc$ ld.lld -o output file.o -L/usr/local/lib -lmylib$ wasm-ld -o program.wasm main.o --allow-undefined