macOS
brew install wasm-packlocal Homebrew formula metadata
sudo port install wasm-packMacPorts ports tree · devel/wasm-pack/Portfile · Source: api.github.com
brew / rang 2690
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de wasm-pack pour les workflows d'agents IA.
installation
brew install wasm-packlocal Homebrew formula metadata
sudo port install wasm-packMacPorts ports tree · devel/wasm-pack/Portfile · Source: api.github.com
sudo apk add wasm-packAlpine Linux edge package indexes · wasm-pack · Source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wasm-packnixpkgs package indexes · pkgs/by-name/wa/wasm-pack/package.nix · Source: api.github.com
sudo pacman -S wasm-packArch Linux sync databases · wasm-pack · Source: geo.mirror.pkgbuild.com
sudo zypper install wasm-packopenSUSE Tumbleweed package metadata · wasm-pack · Source: download.opensuse.org
aperçu
Your favorite rust -> wasm workflow tool!
historique
wasm-pack is the Rust-to-WebAssembly workflow tool that turns a Rust crate into a JavaScript-consumable package. It automates the boring path from Cargo project to WebAssembly binary, wasm-bindgen glue, generated `package.json`, README copy, and npm-ready `pkg` directory.
The wasm-pack repository was created on February 12, 2018. Mozilla introduced it publicly in April 2018 as a tool for assembling and packaging Rust crates that target WebAssembly, explicitly aimed at letting Rust developers produce npm packages and JavaScript developers consume them without installing a Rust toolchain.
From the start, wasm-pack was described as workflow glue rather than a compiler. It adds the `wasm32-unknown-unknown` target when needed, builds Rust in release mode, runs wasm-bindgen, moves generated files into `pkg`, creates a package manifest, and prepares documentation for the JavaScript package ecosystem.
The Rust/Wasm 2019 roadmap made polishing the toolchain and culminating in a 1.0 version of wasm-pack one of its explicit goals. That placed wasm-pack at the center of the working group's push from experimental Rust/Wasm demos toward stable, batteries-included workflows.
wasm-pack became the default tutorial path for Rust used inside web applications. MDN's Rust-to-Wasm guide teaches the workflow with wasm-pack and explains that the resulting package contains WebAssembly and JavaScript code, so downstream users do not need Rust installed and may not know the implementation language.
The tool's ecosystem role is partly historical. The 2025 Rust post sunsetting the old rustwasm organization marked the end of the working-group hub that incubated tools like wasm-pack, while wasm-bindgen itself moved forward under new maintenance. wasm-pack remains useful and packaged, but it belongs to that first generation of Rust/Wasm workflow tools.
A typical project runs `wasm-pack build` from a Rust library crate. The tool compiles for WebAssembly, invokes wasm-bindgen, writes JS and TypeScript-facing artifacts, creates `pkg/package.json`, and can target bundlers, Node.js, or web usage depending on options.
For maintainers, wasm-pack is the packaging bridge: Cargo metadata becomes npm metadata, Rust README material is copied into the package, and the generated JavaScript/Wasm files are laid out so ordinary npm, webpack, or other JavaScript tooling can consume them.
wasm-pack is significant because it translated Rust's package culture into npm's package culture. It made a compiled Rust library look like a normal JavaScript dependency, which was essential for early Rust/WebAssembly adoption in frontend and Node workflows.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour wasm-pack. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
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
| Commande | Type | Exposition | Note |
|---|---|---|---|
wasm-pack | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
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.
métadonnées d'installation
| Clé du paquet | brew:wasm-pack |
|---|---|
| Version | 0.15.0 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://wasm-bindgen.github.io/wasm-pack/ |
| Dépôt | https://github.com/wasm-bindgen/wasm-pack |
| Dernière mise à jour | 2026-07-17T22:47:12+09:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
wasm-pack
nix profile install nixpkgs#wasm-packwasm-pack 0.15.0-r1
rust to wasm build tool
https://github.com/wasm-bindgen/wasm-pack
sudo apk add wasm-packwasm-pack 0.15.0-1
Your favorite rust -> wasm workflow tool!
https://github.com/rustwasm/wasm-pack
sudo pacman -S wasm-packwasm-pack 0.13.1-1.6
Your favorite Rust → Wasm workflow tool!
https://github.com/rustwasm/wasm-pack
sudo zypper install wasm-packwasm-pack
sudo port install wasm-packpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.