Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | V8 | Firecracker | Deno |
|---|---|---|---|
| Score | B74 | B70 | C+64 |
| Type | Language | MicroVM | Language |
| Execution | jit | aot | jit |
| Interface | embedded | api | cli |
| Cold Start | 5ms | 125ms | 20ms |
| Memory | 30MB | 5MB | 35MB |
| Startup | 2ms | 100ms | 15ms |
| Isolation | process | microvm | process |
| Maturity | production | production | stable |
| Languages | JavaScript, TypeScript, WebAssembly | Any | JavaScript, TypeScript, WebAssembly |
| License | BSD-3-Clause | Apache-2.0 | MIT |
| Links |