macOS
brew install wasm-toolslocal Homebrew formula metadata
brew
Low level tooling for WebAssembly in Rust. Version 1.253.0 via Homebrew; verified 2026-07-07.
install
brew install wasm-toolslocal Homebrew formula metadata
sudo apk add wasm-toolsAlpine Linux edge package indexes · wasm-tools · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wasm-toolsnixpkgs package indexes · pkgs/by-name/wa/wasm-tools/package.nix · source: api.github.com
sudo pacman -S wasm-toolsArch Linux sync databases · wasm-tools · source: geo.mirror.pkgbuild.com
overview
Low level tooling for WebAssembly in Rust
history
wasm-tools is the Bytecode Alliance's Rust-based command-line toolbox and library collection for low-level manipulation of WebAssembly modules and components. It bundles validators, parsers, printers, metadata tools, fuzzing and mutation tools, debugging helpers, and component-model subcommands behind one `wasm-tools` binary.
The public repository was created on May 19, 2020, after the Bytecode Alliance had formed around WebAssembly and WASI tooling. It gathered a family of Rust crates and CLI subcommands for operations that package authors, runtime developers, and standards implementers repeatedly need when inspecting or transforming Wasm artifacts.
The README describes the CLI as useful for debugging WebAssembly modules and components, with subcommands that also correspond to programmatic Rust crates such as `wasmparser`, `wat`, `wast`, `wasmprinter`, `wasm-smith`, `wasm-mutate`, `wasm-shrink`, `wit-component`, and `wasm-metadata`.
wasm-tools grew in importance as WebAssembly moved beyond single core modules. The official component-model documentation describes components as an architecture for interoperable WebAssembly libraries, applications, and environments, and wasm-tools now includes component-focused commands for extracting WIT, embedding component type metadata, creating components, unbundling components, and converting WIT between text, JSON, and binary encodings.
The package is heavily used as infrastructure rather than as an end-user application. Its subcommands map to the daily chores of Wasm toolchain work: validate a module, round-trip text and binary formats, strip or inspect sections, demangle symbols, generate test cases, shrink reducer inputs, or examine component interfaces.
Typical command-line usage is pipeline-friendly. The README shows examples such as parsing WAT to Wasm, printing Wasm back to text, validating modules, demangling and stripping custom sections, and using `wasm-tools component wit` or `wasm-tools component new` for component-model workflows.
The CLI conventions matter for package users: subcommands read from stdin when no file is given, write to stdout unless `--output` is supplied, can emit text format with `--wat` where applicable, and share standard help, verbosity, and color behavior. That makes it useful in scripts, CI, fuzzing harnesses, and reproducible packaging pipelines.
wasm-tools is the package-manager-friendly face of a large slice of the Rust WebAssembly infrastructure stack. Installing one binary gives maintainers access to tools that otherwise live as separate crates or test utilities, making it the Wasm equivalent of a Swiss-army debug and transform tool for modules and components.
security posture
No matching local secret-handling manifest was found for wasm-tools. 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 |
|---|---|---|---|
wasm-tools | 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/bytecodealliance/wasm-tools
install metadata
| Package key | brew:wasm-tools |
|---|---|
| Version | 1.253.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wasm-tools |
| Homepage | https://github.com/bytecodealliance/wasm-tools |
| Repository | https://github.com/bytecodealliance/wasm-tools |
| Upstream docs | https://github.com/bytecodealliance/wasm-tools#readme |
| License | Apache-2.0 WITH LLVM-exception |
| Source archive | https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.253.0.tar.gz |
| Last updated | 2026-07-07T20:34:49Z |
| Pulse | updated |
| Build dependencies | rust |
| 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 | wasm-tools |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wasm-tools
nix profile install nixpkgs#wasm-toolswasm-tools 1.236.0-r0
CLI for low-level manipulation of WebAssembly modules
https://github.com/bytecodealliance/wasm-tools
sudo apk add wasm-toolswasm-tools-doc 1.236.0-r0
CLI for low-level manipulation of WebAssembly modules (documentation)
https://github.com/bytecodealliance/wasm-tools
sudo apk add wasm-tools-docwasm-tools 1.251.0-1
Low level tooling for WebAssembly in Rust
https://github.com/bytecodealliance/wasm-tools
sudo pacman -S wasm-toolssource 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.