macOS
brew install wasm-component-ldlocal Homebrew formula metadata
sudo port install wasm-component-ldMacPorts ports tree · lang/wasm-component-ld/Portfile · 来源: api.github.com
安装
brew install wasm-component-ldlocal Homebrew formula metadata
sudo port install wasm-component-ldMacPorts ports tree · lang/wasm-component-ld/Portfile · 来源: api.github.com
sudo apk add wasm-component-ldAlpine Linux edge package indexes · wasm-component-ld · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wasm-component-ldnixpkgs package indexes · pkgs/by-name/wa/wasm-component-ld/package.nix · 来源: api.github.com
sudo pacman -S wasm-component-ldArch Linux sync databases · wasm-component-ld · 来源: geo.mirror.pkgbuild.com
概览
Linker for creating WebAssembly components
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
wasm-component-ld | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:wasm-component-ld |
|---|---|
| 版本 | 0.5.28 |
| 软件包管理器 | Homebrew |
| 主页 | https://wasi.dev |
| 仓库 | https://github.com/bytecodealliance/wasm-component-ld |
| 最后更新 | 2026-07-30T22:48:49Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
wasm-component-ld
nix profile install nixpkgs#wasm-component-ldwasm-component-ld 1.97.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.28-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-ld来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.