macOS
brew install wabtlocal Homebrew formula metadata
sudo port install wabtMacPorts ports tree · lang/wabt/Portfile · source: api.github.com
brew
Web Assembly Binary Toolkit. Version 1.0.41 via Homebrew; verified 2026-05-07.
install
brew install wabtlocal Homebrew formula metadata
sudo port install wabtMacPorts ports tree · lang/wabt/Portfile · source: api.github.com
sudo apk add wabtAlpine Linux edge package indexes · wabt · source: dl-cdn.alpinelinux.org
sudo apt install wabtDebian stable package indexes · wabt · source: deb.debian.org
sudo dnf install wabtFedora Rawhide package metadata · wabt · source: dl.fedoraproject.org
nix profile install nixpkgs#wabtnixpkgs package indexes · pkgs/by-name/wa/wabt/package.nix · source: api.github.com
sudo pacman -S wabtArch Linux sync databases · wabt · source: geo.mirror.pkgbuild.com
scoop install extras/wabtScoop official bucket manifest trees · bucket/wabt.json · source: api.github.com
overview
Web Assembly Binary Toolkit
history
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.
security posture
No matching local secret-handling manifest was found for wabt. Nucleus package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
spectest-interp | cli | global executable | |
wasm-decompile | cli | global executable | |
wasm-interp | cli | global executable | |
wasm-objdump | cli | global executable | |
wasm-stats | cli | global executable | |
wasm-strip | cli | global executable | |
wasm-validate | cli | global executable | |
wasm2c | cli | global executable | |
wasm2wat | cli | global executable | |
wast2json | cli | global executable | |
wat-desugar | cli | global executable | |
wat2wasm | 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/WebAssembly/wabt
install metadata
| Package key | brew:wabt |
|---|---|
| Version | 1.0.41 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wabt |
| Homepage | https://github.com/WebAssembly/wabt |
| Repository | https://github.com/WebAssembly/wabt |
| Upstream docs | https://github.com/WebAssembly/wabt#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/WebAssembly/wabt/releases/download/1.0.41/wabt-1.0.41.tar.xz |
| Last updated | 2026-05-07T20:22:26Z |
| Pulse | updated |
| Dependencies | openssl@3 |
| Build dependencies | cmake |
| 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 | 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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/wabtsource 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.