wasm-ld

LLVM-based linker

Debian Debian
RUN apt-get update && \ apt-get install -y lld-7
Ubuntu
RUN apt-get update && \ apt-get install -y lld-8
Alpine
RUN apk add lld
Arch Arch Linux
RUN pacman -S --noconfirm lld
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lld-7
Fedora
RUN dnf install -y lld
click the source code to copy install wasm-ld on any operating system with command-not-found.com