macOS
brew install wasm-toolslocal Homebrew formula metadata
sudo port install wasm-toolsMacPorts ports tree · devel/wasm-tools/Portfile · 来源: api.github.com
安装
brew install wasm-toolslocal Homebrew formula metadata
sudo port install wasm-toolsMacPorts ports tree · devel/wasm-tools/Portfile · 来源: api.github.com
sudo apk add wasm-toolsAlpine Linux edge package indexes · wasm-tools · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wasm-toolsnixpkgs package indexes · pkgs/by-name/wa/wasm-tools/package.nix · 来源: api.github.com
sudo pacman -S wasm-toolsArch Linux sync databases · wasm-tools · 来源: geo.mirror.pkgbuild.com
概览
Low level tooling for WebAssembly in Rust
历史
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.
安全态势
没有找到 wasm-tools 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
wasm-tools | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:wasm-tools |
|---|---|
| 版本 | 1.255.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/bytecodealliance/wasm-tools |
| 仓库 | https://github.com/bytecodealliance/wasm-tools |
| 最后更新 | 2026-07-30T22:48:11Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
wasm-tools
nix profile install nixpkgs#wasm-toolswasm-tools 1.253.0-r0
CLI for low-level manipulation of WebAssembly modules
https://github.com/bytecodealliance/wasm-tools
sudo apk add wasm-toolswasm-tools-doc 1.253.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.254.0-1
Low level tooling for WebAssembly in Rust
https://github.com/bytecodealliance/wasm-tools
sudo pacman -S wasm-toolswasm-tools
sudo port install wasm-tools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.