Automic VaultAutomic Vault

brew

Install wasmer with Homebrew, MacPorts, Nix, pacman, scoop, winget

Universal WebAssembly Runtime. Version 7.2.0 via Homebrew; verified 2026-06-30.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install wasmer

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install wasmer

MacPorts ports tree · lang/wasmer/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#wasmer

nixpkgs package indexes · pkgs/by-name/wa/wasmer/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S wasmer

Arch Linux sync databases · wasmer · source: geo.mirror.pkgbuild.com

Windows

Scoopverified · 92%
scoop install main/wasmer

Scoop official bucket manifest trees · bucket/wasmer.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id Wasmer.Wasmer -e

Windows Package Manager source index · Wasmer.Wasmer · source: cdn.winget.microsoft.com

overview

Package summary

Universal WebAssembly Runtime

Commands and aliases

  • wasmer

history

Project history and usage

Wasmer is a Rust-based WebAssembly runtime and platform for running Wasm modules outside the browser. It began as a universal runtime and embedding API and grew into a broader Wasmer ecosystem covering CLI execution, language integrations, WAPM/Wasmer package workflows, WASIX, and Wasmer Edge.

Project history

Wasmer reached 1.0 general availability on January 5, 2021. The 1.0 announcement emphasized a stabilized API, much faster compilation, cross-compilation, a headless mode for smaller deployments, and multiple compiler and engine choices.

Secondary coverage of the 1.0 release noted that Wasmer's journey had started more than two years earlier with version 0.1.0 and connected the release to the broader rise of server-side WebAssembly. Wasmer's architecture became recognizable for pluggable compilers and engines, including Singlepass, Cranelift, LLVM, JIT execution, and native-code artifacts.

Wasmer 2.0 followed in 2021 with SIMD, reference types, and performance improvements. Wasmer 3.0 added the ability to create native executables from Wasm for Windows, Linux, and macOS, while Wasmer 4.0 introduced a new runner architecture, stabilized WASIX support, and folded WAPM more directly into the Wasmer product story.

By the mid-2020s Wasmer's public messaging had shifted from just a runtime to a WebAssembly cloud platform. Wasmer 5.0 highlighted additional backend support such as V8, Wasmi, and WAMR for iOS scenarios, and later releases continued to connect the runtime with edge hosting, deploy flows, and sandboxed server workloads.

Adoption history

Wasmer's adoption has two overlapping tracks. One is embedding: language bindings for Python, Go, Ruby, Java, and other ecosystems let applications run Wasm modules through a native library API. Official blog posts around the 1.0-era bindings describe stable APIs, WASI support, and millions of package installations in the Python embedding.

The other track is application distribution. WAPM was created as a WebAssembly package manager and later unified into the Wasmer CLI and website. Wasmer's own WAPM revamp post said community support rose after Wasmer 1.0, 2.0, and 2.1 and that apps, libraries, and smart contracts were using Wasmer in production environments.

Wasmer's later WASIX and Edge work made it especially relevant to developers trying to run POSIX-like programs, websites, and server workloads in a Wasm sandbox. That puts it in a different adoption lane from pure embedders: it competes with containers and serverless platforms as much as with other Wasm engines.

How it is used

CLI users run modules and packages with wasmer run, publish packages through Wasmer-oriented workflows, or create native executables from Wasm artifacts. Embedding users depend on language packages or the Rust crate to compile, instantiate, and call WebAssembly modules from a host application.

Wasmer is often selected when a project wants a broad cross-platform runtime with multiple compiler backends, language bindings, or a Wasm-native package/deploy story. Wasmtime is commonly chosen for Bytecode Alliance standards work and capability security, while WasmEdge is commonly chosen for CNCF and edge/container integration; Wasmer's package-nerd identity is its runtime-plus-registry-plus-edge-platform arc.

Why package nerds care

Wasmer is historically important because it tried to make WebAssembly feel like a universal application format, not just a browser compilation target or an embeddable VM. WAPM and later wasmer.toml workflows gave package managers a concrete example of Wasm modules as named, versioned, runnable artifacts.

It is also a useful case study in runtime packaging complexity. A single Wasmer release can involve Rust crates, language bindings, native binaries, compiler backends, WASI/WASIX behavior, package registry semantics, and edge deployment tooling.

Timeline

  • 2018-2019: Wasmer's early 0.x line established the project before the 1.0 release.
  • 2021-01-05: Wasmer 1.0 became generally available with a stabilized API and major performance work.
  • 2021: Wasmer 2.0 added SIMD, reference types, and runtime performance improvements.
  • 2022: Wasmer 3.0 added native executable generation from Wasm.
  • 2023: Wasmer 4.0 introduced the runner architecture, stabilized WASIX, and unified WAPM into Wasmer.
  • 2024: Wasmer 5.0 highlighted additional backend support and broader platform reach.
  • 2026: Wasmer 7.0 added an experimental async API, exception support in Cranelift, RISC-V and multi-value support in Singlepass, and fuller dynamic linking support in WASIX.

Related projects

  • Wasmtime is a closely related WebAssembly runtime, especially for WASI and component-model standards work.
  • WasmEdge is a related runtime with stronger CNCF and cloud-native edge positioning.
  • Cranelift, LLVM, Singlepass, V8, Wasmi, and WAMR appear in Wasmer's compiler/backend story.
  • WAPM and WASIX are central related projects in Wasmer's package and POSIX-like application ecosystem.

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:runtime

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 4 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
wasmercliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version7.2.0
manager updated2026-06-30
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/wasmerio/wasmer

install metadata

Package metadata

Package keybrew:wasmer
Version7.2.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/wasmer
Homepagehttps://wasmer.io
Repositoryhttps://github.com/wasmerio/wasmer
Upstream docshttps://docs.wasmer.io/
LicenseMIT
Source archivehttps://github.com/wasmerio/wasmer.git
Last updated2026-06-30T22:49:24Z
Pulseupdated
Build dependenciescmake, pkgconf, rust, wabt
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewasmer
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

wasmer

nix profile install nixpkgs#wasmer
  • normalized package name match
  • Matched by: Wasmer
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wa/wasmer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

wasmer 7.1.0-1

Universal Binaries Powered by WebAssembly

https://github.com/wasmerio/wasmer

sudo pacman -S wasmer
  • License: MIT
  • Architecture: x86_64
  • 8 dependencies
  • normalized package name match
  • Matched by: Wasmer
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wasmer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

wasmer

sudo port install wasmer
  • normalized package name match
  • Matched by: Wasmer
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/wasmer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/wasmer

scoop install main/wasmer
  • normalized package name match
  • Matched by: Wasmer
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wasmer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Wasmer.Wasmer

winget install --id Wasmer.Wasmer -e
  • normalized package name match
  • Matched by: Wasmer
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Wasmer.Wasmer from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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