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 / 順位 4824
wasm-component-ld のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.