macOS
brew install wabtlocal Homebrew formula metadata
sudo port install wabtMacPorts ports tree · lang/wabt/Portfile · 来源: api.github.com
安装
brew install wabtlocal Homebrew formula metadata
sudo port install wabtMacPorts ports tree · lang/wabt/Portfile · 来源: api.github.com
sudo apk add wabtAlpine Linux edge package indexes · wabt · 来源: dl-cdn.alpinelinux.org
sudo dnf install wabtFedora Rawhide package metadata · wabt · 来源: dl.fedoraproject.org
nix profile install nixpkgs#wabtnixpkgs package indexes · pkgs/by-name/wa/wabt/package.nix · 来源: api.github.com
sudo pacman -S wabtArch Linux sync databases · wabt · 来源: geo.mirror.pkgbuild.com
scoop install extras/wabtScoop official bucket manifest trees · bucket/wabt.json · 来源: api.github.com
概览
Web Assembly Binary Toolkit
历史
WABT, the WebAssembly Binary Toolkit, is the low-level command-line toolbox for reading, writing, validating, disassembling, interpreting, stripping, and converting WebAssembly modules.
The WABT repository was created in September 2015, during WebAssembly's early design period. It lives under the WebAssembly GitHub organization and describes itself as a suite of tools for WebAssembly rather than a compiler front end or runtime.
WABT grew alongside WebAssembly's standardization. The WebAssembly Community Group reached initial browser consensus in 2017, the W3C publication history records the first public working draft in February 2018, and WebAssembly Core 1.0 became a W3C Recommendation on 5 December 2019. WABT's job throughout that period was to provide practical tools around the binary and text formats that implementers, compiler authors, and curious low-level users needed.
The official WebAssembly advanced-tools page points low-level users toward tools for building and processing source files and generated binary content, especially compiler writers and people experimenting with the raw format. WABT became one of the default packages for that niche because it exposes the core format operations directly: text-to-binary, binary-to-text, validation, objdump-style inspection, interpretation, and test conversion.
The most recognizable WABT commands are `wat2wasm` and `wasm2wat`, which translate between WebAssembly text format and binary format. The suite also includes `wasm-objdump`, `wasm-interp`, `wasm2c`, `wasm-strip`, `wasm-validate`, `wast2json`, `wasm-stats`, and `spectest-interp`, covering inspection, execution, C translation, section stripping, validation, and spec-test workflows.
In practice, WABT is used by people hand-writing WAT, debugging generated Wasm, checking whether a module validates, reducing binaries for test cases, converting spec tests into runnable artifacts, or inspecting compiler output without committing to a full browser or runtime.
WABT is significant because WebAssembly has a compact binary representation and a human-readable text representation, and developers constantly need to move between the two. For package nerds it is the binutils-like kit for Wasm: boring, sharp, scriptable tools that make the format observable.
Unlike the WebAssembly spec interpreter, which the WABT README characterizes as deliberately simple and specification-oriented, WABT is written in C/C++ and designed for easier integration into other systems. That makes it useful in build systems, tests, research tooling, and language-toolchain plumbing.
安全态势
没有找到 wabt 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
spectest-interp | cli | 全局可执行文件 | |
wasm-decompile | cli | 全局可执行文件 | |
wasm-interp | cli | 全局可执行文件 | |
wasm-objdump | cli | 全局可执行文件 | |
wasm-stats | cli | 全局可执行文件 | |
wasm-strip | cli | 全局可执行文件 | |
wasm-validate | cli | 全局可执行文件 | |
wasm2c | cli | 全局可执行文件 | |
wasm2wat | cli | 全局可执行文件 | |
wast2json | cli | 全局可执行文件 | |
wat-desugar | cli | 全局可执行文件 | |
wat2wasm | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/WebAssembly/wabt
安装元数据
| 软件包键 | brew:wabt |
|---|---|
| 版本 | 1.0.41 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/wabt |
| 主页 | https://github.com/WebAssembly/wabt |
| 仓库 | https://github.com/WebAssembly/wabt |
| 上游文档 | https://github.com/WebAssembly/wabt#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/WebAssembly/wabt/releases/download/1.0.41/wabt-1.0.41.tar.xz |
| 最后更新 | 2026-05-07T20:22:26Z |
| Pulse | updated |
| 依赖 | openssl@3 |
| 构建依赖 | 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 | wabt |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
wabt 1.0.36+dfsg+~cs1.0.36-2
WebAssembly Binary Toolkit
https://github.com/WebAssembly/wabt
sudo apt install wabtwabt
nix profile install nixpkgs#wabtwabt 1.0.34+dsfg2+~cs1.0.32-1ubuntu2
WebAssembly Binary Toolkit
https://github.com/WebAssembly/wabt
sudo apt install wabtwabt 1.0.41-r0
WebAssembly binary toolkit
https://github.com/WebAssembly/wabt
sudo apk add wabtwabt-doc 1.0.41-r0
WebAssembly binary toolkit (documentation)
https://github.com/WebAssembly/wabt
sudo apk add wabt-docwabt 1.0.41-1.fc45
The WebAssembly Binary Toolkit
https://github.com/WebAssembly/wabt
sudo dnf install wabtwabt 1.0.41-1
The WebAssembly Binary Toolkit: a suite of tools for WebAssembly
https://github.com/WebAssembly/wabt
sudo pacman -S wabtwabt
sudo port install wabtextras/wabt
scoop install extras/wabt来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.