# Install wasm-pack with Homebrew, apk, MacPorts, Nix, pacman, zypper

Your favorite rust -> wasm workflow tool! Version 0.15.0 via Homebrew; verified 2026-06-08.

## Install

```sh
sudo av install brew:wasm-pack
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install wasm-pack
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install wasm-pack
```

  Evidence: MacPorts ports tree: devel/wasm-pack/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add wasm-pack
```

  Evidence: Alpine Linux edge package indexes: wasm-pack from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#wasm-pack
```

  Evidence: nixpkgs package indexes: pkgs/by-name/wa/wasm-pack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S wasm-pack
```

  Evidence: Arch Linux sync databases: wasm-pack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install wasm-pack
```

  Evidence: openSUSE Tumbleweed package metadata: wasm-pack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:wasm-pack
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/wasm-pack>
- **Version:** 0.15.0
- **Source summary:** Your favorite rust -> wasm workflow tool!
- **Homepage:** <https://wasm-bindgen.github.io/wasm-pack/>
- **Repository:** <https://github.com/wasm-bindgen/wasm-pack>
- **Upstream docs:** <https://wasm-bindgen.github.io/wasm-pack>
- **License:** Apache-2.0 OR MIT
- **Source archive:** <https://github.com/wasm-bindgen/wasm-pack/archive/refs/tags/v0.15.0.tar.gz>
- **Last updated:** 2026-06-08T18:49:58-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- wasm-pack (cli)
- wasm-pack (alias)

## Dependencies

- rustup

## Build dependencies

- cmake
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.15.0
- Package-manager updated: 2026-06-08
- Local data: ok
- Upstream repository: https://github.com/wasm-bindgen/wasm-pack
- Upstream latest detected: v0.15.0 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2018-02-12: Public GitHub repository created.
- 2018-04-18: Mozilla Hacks introduces wasm-pack to Rust and JavaScript developers.
- 2019-01-23: Rust/Wasm roadmap names wasm-pack 1.0 as a workflow milestone.
- 2024-10-29: GitHub releases show v0.13.1 in the long-running 0.x series.
- 2026-05-15: GitHub releases show v0.15.0 as the latest release at research time.

### Related projects

- wasm-pack wraps wasm-bindgen and sits alongside cargo-generate templates, webpack or other JavaScript bundlers, npm, crates.io, and Rust's `wasm32-unknown-unknown` target.

### Sources

- <https://api.github.com/repos/wasm-bindgen/wasm-pack>
- <https://blog.rust-lang.org/inside-rust/2025/07/21/sunsetting-the-rustwasm-github-org/>
- <https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/Rust_to_Wasm>
- <https://hacks.mozilla.org/2018/04/hello-wasm-pack/>
- <https://rustwasm.github.io/rfcs/007-2019-roadmap.html>
- <https://wasm-bindgen.github.io/wasm-pack/book/>


## Security Notes

No matching local secret-handling manifest was found for wasm-pack. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** wasm-pack
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - wasm-pack: normalized package name match | nixpkgs package indexes: pkgs/by-name/wa/wasm-pack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - wasm-pack - 0.15.0-r0: normalized package name match | Alpine Linux edge package indexes: wasm-pack from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | rust to wasm build tool | https://github.com/wasm-bindgen/wasm-pack
- pacman - wasm-pack - 0.15.0-1: normalized package name match | Arch Linux sync databases: wasm-pack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Your favorite rust -> wasm workflow tool! | https://github.com/rustwasm/wasm-pack
- zypper - wasm-pack - 0.13.1-1.4: normalized package name match | openSUSE Tumbleweed package metadata: wasm-pack from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Your favorite Rust → Wasm workflow tool! | https://github.com/rustwasm/wasm-pack
- MacPorts - wasm-pack: normalized package name match | MacPorts ports tree: devel/wasm-pack/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [rustup](https://www.automicvault.com/pkg/brew/rustup/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [tinysearch](https://www.automicvault.com/pkg/brew/tinysearch/) - Popular package that depends on this formula.
- [cargo-component](https://www.automicvault.com/pkg/brew/cargo-component/) - Shares av.db curated category or tags: cli, developer-tools, rust, webassembly.
- [wasm-bindgen](https://www.automicvault.com/pkg/brew/wasm-bindgen/) - Shares av.db curated category or tags: cli, developer-tools, rust, webassembly.
- [wasm-tools](https://www.automicvault.com/pkg/brew/wasm-tools/) - Shares av.db curated category or tags: cli, developer-tools, rust, webassembly.
- [ic-wasm](https://www.automicvault.com/pkg/brew/ic-wasm/) - Shares av.db curated category or tags: cli, developer-tools, webassembly.
- [mx](https://www.automicvault.com/pkg/brew/mx/) - Shares av.db curated category or tags: build-tool, cli, developer-tools.
- [wabt](https://www.automicvault.com/pkg/brew/wabt/) - Shares av.db curated category or tags: cli, developer-tools, webassembly.
- [wasm-component-ld](https://www.automicvault.com/pkg/brew/wasm-component-ld/) - Shares av.db curated category or tags: cli, developer-tools, webassembly.
- [wasmedge](https://www.automicvault.com/pkg/brew/wasmedge/) - Shares av.db curated category or tags: cli, developer-tools, webassembly.
- [wasm-pack](https://www.automicvault.com/pkg/npm/wasm-pack/) - Same normalized package name appears in another local ecosystem. Shared terms: favorite, npm, pack, rust, wasm.
- [wasm-pack](https://www.automicvault.com/pkg/npm/wasm-pack/) - Same normalized package name in another local ecosystem.
- [wasm-pack](https://www.automicvault.com/pkg/cargo/wasm-pack/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/wasm-pack.yml](https://github.com/automic-vault/db/blob/main/combined/wasm-pack.yml)


## Sources

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