macOS
brew install wasm-packlocal Homebrew formula metadata
sudo port install wasm-packMacPorts ports tree · devel/wasm-pack/Portfile · Quelle: api.github.com
brew / Rang 2690
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wasm-pack in AI-Agent-Workflows.
Installation
brew install wasm-packlocal Homebrew formula metadata
sudo port install wasm-packMacPorts ports tree · devel/wasm-pack/Portfile · Quelle: api.github.com
sudo apk add wasm-packAlpine Linux edge package indexes · wasm-pack · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#wasm-packnixpkgs package indexes · pkgs/by-name/wa/wasm-pack/package.nix · Quelle: api.github.com
sudo pacman -S wasm-packArch Linux sync databases · wasm-pack · Quelle: geo.mirror.pkgbuild.com
sudo zypper install wasm-packopenSUSE Tumbleweed package metadata · wasm-pack · Quelle: download.opensuse.org
Überblick
Your favorite rust -> wasm workflow tool!
Verlauf
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.
Sicherheitslage
Für wasm-pack wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
wasm-pack | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:wasm-pack |
|---|---|
| Version | 0.15.0 |
| Paketmanager | Homebrew |
| Homepage | https://wasm-bindgen.github.io/wasm-pack/ |
| Repository | https://github.com/wasm-bindgen/wasm-pack |
| Zuletzt aktualisiert | 2026-07-17T22:47:12+09:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-packQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.