container2wasm/container2wasm
Container to WASM converter observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 63
- Longevity 92
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 73.0
- age_days: 1295
- days_rel: 170
- days_push: 10
- n_releases_24m: 7
Adoption not part of the score
2768 stars · 148 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
container2wasm is a Go CLI tool that converts container images (e.g. Docker images) into WASM binaries that can run on WASI runtimes or in the browser. It uses emulators like Bochs, TinyEMU, and QEMU to run x86_64, riscv64, or AArch64 containers inside WebAssembly.
Use cases
- convert docker container image to wasm
- run linux containers in the browser
- run containerized tools with wasmtime
- compile ubuntu image to wasi binary
- run containers on any wasi runtime
- sandbox container execution in webassembly
When to choose
- you want to run existing container images as portable WASM binaries
- you need to demo Linux containers in a browser without a server
- you want to run containerized CLI tools on WASI runtimes like wasmtime or wasmer
When to avoid
- you need native performance, since emulation adds significant overhead
- you need GPU, complex networking, or full container runtime features
- you need a production-grade container runtime rather than an experimental converter
Facets
cli-tool · maturity active
container-runtime compiler wasm developer-tools developer-tools cross-platform cli wasm browser go windows wasi emulation qemu bochs tinyemu container-images webassembly containers docker linux macos
2 sources
- readme: https://github.com/container2wasm/container2wasm · fetched 2026-08-28 · 2ff4bb5755d1
- homepage: https://ktock.github.io/container2wasm-demo/ · fetched 2026-08-29 · ec191965181c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| container2wasm/container2wasm | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="container2wasm/container2wasm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem