Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Wasmtime | Python (CPython) | Firecracker | containerd | AWS Lambda | Node.js |
|---|---|---|---|---|---|---|
| Score | A88 | B71 | B70 | B-66 | B-65 | B-65 |
| Type | WebAssembly | Language | MicroVM | Container | Serverless | Language |
| Execution | aot | interpreted | aot | hybrid | hybrid | jit |
| Interface | cli | cli | api | platform | platform | cli |
| Cold Start | 1ms | 50ms | 125ms | 100ms | 200ms | 50ms |
| Memory | 5MB | 15MB | 5MB | 20MB | 128MB | 40MB |
| Startup | <1ms | 10ms | 100ms | 20ms | 100ms | 20ms |
| Isolation | process | process | microvm | container | microvm | process |
| Maturity | production | production | production | production | production | production |
| Languages | Rust, C, C++, Go, Python, AssemblyScript | Python | Any | Any | JavaScript, TypeScript, Python, Java, Go, Ruby, .NET, Rust | JavaScript, TypeScript |
| License | Apache-2.0 | Other | Apache-2.0 | Apache-2.0 | Proprietary | MIT |
| Links |