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