pkg.soopen package index

brew / 排名 1742

使用 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。

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
spectest-interp可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-decompile可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-interp可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-objdump可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-stats可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-strip可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm-validate可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm2c可执行文件已索引可执行文件从本地可执行文件索引发现。
wasm2wat可执行文件已索引可执行文件从本地可执行文件索引发现。
wast2json可执行文件已索引可执行文件从本地可执行文件索引发现。
wat-desugar可执行文件已索引可执行文件从本地可执行文件索引发现。
wat2wasm可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

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

页面生成时间2026-08-03
管理器版本1.0.41
管理器更新时间2026-05-07
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:wabt
版本1.0.41
软件包管理器Homebrew
主页https://github.com/WebAssembly/wabt
仓库https://github.com/WebAssembly/wabt
最后更新2026-05-07T20:22:26Z
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 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-3.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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation