Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop 安装 wabt

查看 wabt 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install wabt

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install wabt

MacPorts ports tree · lang/wabt/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add wabt

Alpine Linux edge package indexes · wabt · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install wabt

Debian stable package indexes · wabt · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install wabt

Fedora Rawhide package metadata · wabt · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#wabt

nixpkgs package indexes · pkgs/by-name/wa/wabt/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S wabt

Arch Linux sync databases · wabt · 来源: geo.mirror.pkgbuild.com

Windows

Scoop已验证 · 92%
scoop install extras/wabt

Scoop official bucket manifest trees · bucket/wabt.json · 来源: api.github.com

概览

软件包摘要

Web Assembly Binary Toolkit

命令和别名

  • spectest-interp
  • wasm-decompile
  • wasm-interp
  • wasm-objdump
  • wasm-stats
  • wasm-strip
  • wasm-validate
  • wasm2c
  • wasm2wat
  • wast2json
  • wat-desugar
  • wat2wasm

历史

项目历史与用法

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.

时间线

  • 2015: The WebAssembly/wabt repository was created.
  • 2017: WebAssembly browser implementers reached consensus on the initial MVP API and binary format.
  • 2018: WebAssembly Core 1.0 entered W3C First Public Working Draft status.
  • 2019: WebAssembly Core 1.0 became a W3C Recommendation.
  • 2020s: WABT continued tracking WebAssembly feature work through tool feature flags and releases.

Related projects

  • WABT is adjacent to Emscripten, Binaryen, WebAssembly specifications, WASI, browser developer tools, and language compilers that emit Wasm. It is often used after a compiler has produced a module, or before a runtime consumes one.

安全态势

尚未找到受保护工具覆盖

没有找到 wabt 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
spectest-interpcli全局可执行文件
wasm-decompilecli全局可执行文件
wasm-interpcli全局可执行文件
wasm-objdumpcli全局可执行文件
wasm-statscli全局可执行文件
wasm-stripcli全局可执行文件
wasm-validatecli全局可执行文件
wasm2ccli全局可执行文件
wasm2watcli全局可执行文件
wast2jsoncli全局可执行文件
wat-desugarcli全局可执行文件
wat2wasmcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.0.41
管理器更新时间2026-05-07
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖openssl@3
构建依赖cmake
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewabt
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

wabt 1.0.36+dfsg+~cs1.0.36-2

WebAssembly Binary Toolkit

https://github.com/WebAssembly/wabt

sudo apt install wabt
  • Section: devel
  • Architecture: amd64
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Wabt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wabt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

wabt

nix profile install nixpkgs#wabt
  • normalized package name match
  • 匹配方式:Wabt
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wabt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

wabt 1.0.34+dsfg2+~cs1.0.32-1ubuntu2

WebAssembly Binary Toolkit

https://github.com/WebAssembly/wabt

sudo apt install wabt
  • Section: universe/devel
  • Architecture: amd64
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Wabt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wabt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

wabt 1.0.41-r0

WebAssembly binary toolkit

https://github.com/WebAssembly/wabt

sudo apk add wabt
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wabt
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Wabt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wabt from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

wabt-doc 1.0.41-r0

WebAssembly binary toolkit (documentation)

https://github.com/WebAssembly/wabt

sudo apk add wabt-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: wabt
  • normalized package name match
  • 匹配方式:Wabt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wabt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

wabt 1.0.41-1.fc45

The WebAssembly Binary Toolkit

https://github.com/WebAssembly/wabt

sudo dnf install wabt
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wabt
  • 7 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Wabt
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wabt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

wabt 1.0.41-1

The WebAssembly Binary Toolkit: a suite of tools for WebAssembly

https://github.com/WebAssembly/wabt

sudo pacman -S wabt
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Wabt
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wabt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

wabt

sudo port install wabt
  • normalized package name match
  • 匹配方式:Wabt
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/wabt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/wabt

scoop install extras/wabt
  • normalized package name match
  • 匹配方式:Wabt
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wabt.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment