wazero/wazero
wazero: the zero dependency WebAssembly runtime for Go developers observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 85
- age_days: 2312
- days_rel: 96
- days_push: 9
- n_releases_24m: 6
Adoption not part of the score
6344 stars · 344 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
wazero is a zero-dependency WebAssembly runtime written in pure Go, supporting the WebAssembly Core Specification 1.0 and 2.0 with both an interpreter and an ahead-of-time compiler. It lets Go applications safely execute Wasm modules compiled from any language without CGO, preserving cross-compilation.
Use cases
- run webassembly modules in a go application
- extend a go app with plugins written in other languages
- sandbox untrusted wasm code without cgo dependencies
- run .wasm binaries from the command line
- embed a wasm runtime that keeps go cross-compilation working
- execute wasm on platforms like riscv64 via the interpreter
When to choose
- you need a pure-Go WebAssembly runtime with zero dependencies and no CGO
- you want to sandbox and run guest code from C, Rust, or TinyGo inside a Go host
- cross-compilation of your Go binary must be preserved
- you need WASI support and spec-compliant Wasm 1.0/2.0 execution
When to avoid
- you need a general-purpose JavaScript runtime or non-Wasm sandboxing
- you require Wasm features beyond the 2.0 core specification
- your project is not in Go and you want bindings for another language
Facets
library · maturity stable
interpreter compiler developer-tools cross-platform go windows cli cross-platform wasm-runtime zero-dependency no-cgo wasi aot-compilation embeddable sandbox webassembly linux macos
3 sources
- readme: https://github.com/wazero/wazero · fetched 2026-08-28 · ec870347872b
- homepage: https://wazero.io · fetched 2026-08-29 · 75062e04bb5a
- site_page: https://wazero.io/docs · fetched 2026-08-29 · 48b2b707f473
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wazero/wazero | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem