Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Python (CPython) | Firecracker | KoboldCpp |
|---|---|---|---|---|
| Score | A-81 | B71 | B70 | F38 |
| Type | WebAssembly | Language | MicroVM | |
| Execution | jit | interpreted | aot | hybrid |
| Interface | sdk | cli | api | gui |
| Cold Start | 1ms | 50ms | 125ms | 1500ms |
| Memory | 5MB | 15MB | 5MB | 400MB |
| Startup | <1ms | 10ms | 100ms | 300ms |
| Isolation | process | process | microvm | process |
| Maturity | stable | production | production | stable |
| Languages | Go | Python | Any | C++, Python |
| License | Apache-2.0 | Other | Apache-2.0 | AGPL-3.0 |
| Links |