macOS
brew install binaryenlocal Homebrew formula metadata
sudo port install binaryenMacPorts ports tree · lang/binaryen/Portfile · ソース: api.github.com
brew
binaryen のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install binaryenlocal Homebrew formula metadata
sudo port install binaryenMacPorts ports tree · lang/binaryen/Portfile · ソース: api.github.com
sudo apk add binaryenAlpine Linux edge package indexes · binaryen · ソース: dl-cdn.alpinelinux.org
sudo apt install binaryenDebian stable package indexes · binaryen · ソース: deb.debian.org
sudo dnf install binaryenFedora Rawhide package metadata · binaryen · ソース: dl.fedoraproject.org
nix profile install nixpkgs#binaryennixpkgs package indexes · binaryen · ソース: raw.githubusercontent.com
sudo pacman -S binaryenArch Linux sync databases · binaryen · ソース: geo.mirror.pkgbuild.com
sudo zypper install binaryenopenSUSE Tumbleweed package metadata · binaryen · ソース: download.opensuse.org
scoop install main/binaryenScoop official bucket manifest trees · bucket/binaryen.json · ソース: api.github.com
概要
Compiler infrastructure and toolchain library for WebAssembly
履歴
Binaryen is the WebAssembly community's optimizer and compiler/toolchain infrastructure library, best known to package users through commands such as `wasm-opt`, `wasm-as`, `wasm-dis`, and `wasm2js`.
The official repository was created on 2015-10-29, during WebAssembly's early standardization era. Binaryen's README describes it as a C++ compiler and toolchain infrastructure library with an IR designed to be easy, fast, and effective for WebAssembly optimization and code generation.
Binaryen became a common toolchain component rather than just a standalone compiler. The official README lists Emscripten, wasm-pack, J2CL/J2Wasm, Kotlin/Wasm, Dart/Flutter Wasm, and wasm_of_ocaml as toolchains that run Binaryen components, typically `wasm-opt`; it also lists AssemblyScript, wasm2js, Asterius, and Grain as compilers or compiler-related projects using Binaryen as a library.
Package users most often install Binaryen for `wasm-opt` to shrink or speed up `.wasm` artifacts, for `wasm-as` and `wasm-dis` to move between text-like and binary representations, for `wasm-merge`, `wasm-split`, and `wasm-reduce` in build/debug loops, and for `wasm2js` when a JavaScript fallback is needed.
Binaryen is package-nerd important because it is the small executable bundle that turns WebAssembly from a browser format into a normal Unix build artifact: optimize it, disassemble it, reduce it, merge it, split it, fuzz it, and ship it from CI. It sits in the same practical layer for Wasm that binutils, LLVM tools, and minifiers occupy for older ecosystems.
セキュリティ状態
generalized runtime or code generation signal. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
wasm-as | cli | グローバル実行可能ファイル | |
wasm-ctor-eval | cli | グローバル実行可能ファイル | |
wasm-dis | cli | グローバル実行可能ファイル | |
wasm-emscripten-finalize | cli | グローバル実行可能ファイル | |
wasm-fuzz-lattices | cli | グローバル実行可能ファイル | |
wasm-fuzz-types | cli | グローバル実行可能ファイル | |
wasm-merge | cli | グローバル実行可能ファイル | |
wasm-metadce | cli | グローバル実行可能ファイル | |
wasm-opt | cli | グローバル実行可能ファイル | |
wasm-reduce | cli | グローバル実行可能ファイル | |
wasm-shell | cli | グローバル実行可能ファイル | |
wasm-split | cli | グローバル実行可能ファイル | |
wasm2js | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/WebAssembly/binaryen
インストールメタデータ
| パッケージキー | brew:binaryen |
|---|---|
| バージョン | 130 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/binaryen |
| ホームページ | https://webassembly.org/ |
| リポジトリ | https://github.com/WebAssembly/binaryen |
| 上流ドキュメント | https://github.com/WebAssembly/binaryen#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/WebAssembly/binaryen/archive/refs/tags/version_130.tar.gz |
| 最終更新 | 2026-06-01T22:50:47Z |
| Pulse | updated |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | binaryen |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
binaryen 120-4
compiler and toolchain infrastructure library for WebAssembly
https://github.com/WebAssembly/binaryen
sudo apt install binaryenbinaryen
nix profile install nixpkgs#binaryenbinaryen 108-1
compiler and toolchain infrastructure library for WebAssembly
https://github.com/WebAssembly/binaryen
sudo apt install binaryenbinaryen 129-r0
Compiler infrastructure and toolchain library for WebAssembly, in C++
https://github.com/WebAssembly/binaryen
sudo apk add binaryenbinaryen-dev 129-r0
Compiler infrastructure and toolchain library for WebAssembly, in C++ (development files)
https://github.com/WebAssembly/binaryen
sudo apk add binaryen-devbinaryen 129-2.fc45
Compiler and toolchain infrastructure library for WebAssembly
https://github.com/WebAssembly/binaryen
sudo dnf install binaryenbinaryen 1:130-1
Compiler infrastructure and toolchain library for WebAssembly, in C++
https://github.com/WebAssembly/binaryen
sudo pacman -S binaryenemscripten 6.0.0-1
Compile C and C++ into highly-optimizable JavaScript for the web
sudo pacman -S emscriptenbinaryen 123-1.3
Compiler infrastructure and toolchain library for WebAssembly
https://github.com/WebAssembly/binaryen
sudo zypper install binaryenlibbinaryen 123-1.3
Library for binaryen
https://github.com/WebAssembly/binaryen
sudo zypper install libbinaryenlibbinaryen-devel 123-1.3
Development files for libbinaryen
https://github.com/WebAssembly/binaryen
sudo zypper install libbinaryen-develbinaryen
sudo port install binaryenmain/binaryen
scoop install main/binaryenソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.