macOS
brew install wasm-component-ldlocal Homebrew formula metadata
sudo port install wasm-component-ldMacPorts ports tree · lang/wasm-component-ld/Portfile · source: api.github.com
brew
Linker for creating WebAssembly components. Version 0.5.26 via Homebrew; verified 2026-07-07.
install
brew install wasm-component-ldlocal Homebrew formula metadata
sudo port install wasm-component-ldMacPorts ports tree · lang/wasm-component-ld/Portfile · source: api.github.com
sudo apk add wasm-component-ldAlpine Linux edge package indexes · wasm-component-ld · source: dl-cdn.alpinelinux.org
sudo pacman -S wasm-component-ldArch Linux sync databases · wasm-component-ld · source: geo.mirror.pkgbuild.com
overview
Linker for creating WebAssembly components
history
wasm-component-ld is a Bytecode Alliance command-line linker for producing WebAssembly components. It sits at the boundary between traditional object linking and the WebAssembly component model, wrapping LLVM's `wasm-ld` flow and then componentizing the result.
The repository was created on December 12, 2023, as the component model was becoming a practical build target rather than only a specification. Its README describes the binary as a wrapper around two operations: invoking the LLVM `wasm-ld` linker driver and then using `wit_component::ComponentEncoder` to produce a final component.
The project is intentionally small and specialized. It exists because component-model artifacts need more than a core Wasm link step: metadata, WIT interfaces, adapters, and component encoding have to line up with the component model's interoperability contract.
wasm-component-ld follows the broader Bytecode Alliance push around WASI and the component model. The official component-model documentation frames components as a way to build interoperable WebAssembly libraries, applications, and environments, with user documentation for building, using, composing, and distributing components.
The package is used by developers and language toolchain authors who need a command-line linker that emits a component rather than only a core module. In practice it belongs near C, C++, and other non-Rust workflows where LLVM already produces Wasm object files and the final artifact must become a component.
Its significance is not broad end-user adoption but toolchain plumbing. For package maintainers, it marks the arrival of component-model-specific linker binaries as installable system tools, similar to how `wasm-ld`, `wasm-tools`, and `wit-bindgen` occupy distinct slots in a modern Wasm toolchain.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
wasm-component-ld | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bytecodealliance/wasm-component-ld
install metadata
| Package key | brew:wasm-component-ld |
|---|---|
| Version | 0.5.26 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wasm-component-ld |
| Homepage | https://wasi.dev |
| Repository | https://github.com/bytecodealliance/wasm-component-ld |
| Upstream docs | https://component-model.bytecodealliance.org/ |
| License | Apache-2.0 |
| Source archive | https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.26.tar.gz |
| Last updated | 2026-07-07T20:34:52Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wasm-component-ld |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wasm-component-ld 1.96.0-r0
Command line linker for creating WebAssembly components
https://github.com/bytecodealliance/wasm-component-ld
sudo apk add wasm-component-ldwasm-component-ld 0.5.22-1
Command line linker for creating WebAssembly components
https://github.com/bytecodealliance/wasm-component-ld
sudo pacman -S wasm-component-ldwasm-component-ld
sudo port install wasm-component-ldsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.