macOS
brew install wasmerlocal Homebrew formula metadata
sudo port install wasmerMacPorts ports tree · lang/wasmer/Portfile · source: api.github.com
brew
Universal WebAssembly Runtime. Version 7.2.0 via Homebrew; verified 2026-06-30.
install
brew install wasmerlocal Homebrew formula metadata
sudo port install wasmerMacPorts ports tree · lang/wasmer/Portfile · source: api.github.com
nix profile install nixpkgs#wasmernixpkgs package indexes · pkgs/by-name/wa/wasmer/package.nix · source: api.github.com
sudo pacman -S wasmerArch Linux sync databases · wasmer · source: geo.mirror.pkgbuild.com
scoop install main/wasmerScoop official bucket manifest trees · bucket/wasmer.json · source: api.github.com
winget install --id Wasmer.Wasmer -eWindows Package Manager source index · Wasmer.Wasmer · source: cdn.winget.microsoft.com
overview
Universal WebAssembly Runtime
history
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.
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.
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.
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.
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
wasmer | cli | global executable |
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.
https://github.com/wasmerio/wasmer
install metadata
| Package key | brew:wasmer |
|---|---|
| Version | 7.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wasmer |
| Homepage | https://wasmer.io |
| Repository | https://github.com/wasmerio/wasmer |
| Upstream docs | https://docs.wasmer.io/ |
| License | MIT |
| Source archive | https://github.com/wasmerio/wasmer.git |
| Last updated | 2026-06-30T22:49:24Z |
| Pulse | updated |
| Build dependencies | cmake, pkgconf, rust, wabt |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wasmer |
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wasmer
nix profile install nixpkgs#wasmerwasmer 7.1.0-1
Universal Binaries Powered by WebAssembly
https://github.com/wasmerio/wasmer
sudo pacman -S wasmerwasmer
sudo port install wasmermain/wasmer
scoop install main/wasmerWasmer.Wasmer
winget install --id Wasmer.Wasmer -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.