pkg.soopen package index

brew / rang 2353

Installer wasm-tools avec Homebrew, apk, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de wasm-tools pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install wasm-tools

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install wasm-tools

MacPorts ports tree · devel/wasm-tools/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add wasm-tools

Alpine Linux edge package indexes · wasm-tools · Source: dl-cdn.alpinelinux.org

Nixvérifié · 92%
nix profile install nixpkgs#wasm-tools

nixpkgs package indexes · pkgs/by-name/wa/wasm-tools/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S wasm-tools

Arch Linux sync databases · wasm-tools · Source: geo.mirror.pkgbuild.com

aperçu

Résumé du paquet

Low level tooling for WebAssembly in Rust

Commandes et alias

  • wasm-tools

historique

Historique du projet et usages

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.

Historique du projet

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`.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2020-05-19: Public GitHub repository created.
  • 2020s: Tool grows into a multi-crate CLI covering validation, parsing, printing, fuzzing, mutation, shrinking, metadata, and component-model tasks.
  • 2026-06-12: GitHub releases show v1.252.0 as the latest release at research time.

Related projects

  • Related projects include Wasmtime, wasm-component-ld, wit-bindgen, cargo-component, the WebAssembly Component Model, and lower-level crates such as wasmparser, wat, wast, wasmprinter, wasm-smith, wasm-mutate, wasm-shrink, and wit-component.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour wasm-tools. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
wasm-toolsexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire1.255.0
gestionnaire mis à jour2026-07-30
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:wasm-tools
Version1.255.0
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/bytecodealliance/wasm-tools
Dépôthttps://github.com/bytecodealliance/wasm-tools
Dernière mise à jour2026-07-30T22:48:11Z
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

wasm-tools

nix profile install nixpkgs#wasm-tools
  • normalized package name match
  • Correspondance par : Wasm Tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wasm-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

wasm-tools 1.253.0-r0

CLI for low-level manipulation of WebAssembly modules

https://github.com/bytecodealliance/wasm-tools

sudo apk add wasm-tools
  • License: LICENSE-MIT
  • Architecture: x86_64
  • Source Package: wasm-tools
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wasm Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wasm-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wasm-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-doc
  • License: Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT
  • Architecture: x86_64
  • Source Package: wasm-tools
  • normalized package name match
  • Correspondance par : Wasm Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wasm-tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

wasm-tools 1.254.0-1

Low level tooling for WebAssembly in Rust

https://github.com/bytecodealliance/wasm-tools

sudo pacman -S wasm-tools
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Wasm Tools
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wasm-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

wasm-tools

sudo port install wasm-tools
  • normalized package name match
  • Correspondance par : Wasm Tools
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/wasm-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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