Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Cloudflare Workers | Firecracker |
|---|---|---|---|
| Score | A-81 | B+75 | B70 |
| Type | WebAssembly | Edge | MicroVM |
| Execution | jit | jit | aot |
| Interface | sdk | platform | api |
| Cold Start | 1ms | <1ms | 125ms |
| Memory | 5MB | 128MB | 5MB |
| Startup | <1ms | <1ms | 100ms |
| Isolation | process | process | microvm |
| Maturity | stable | production | production |
| Languages | Go | JavaScript, TypeScript, Rust, C, C++ | Any |
| License | Apache-2.0 | Proprietary | Apache-2.0 |
| Links |