Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Wasmtime | Python (CPython) | Docker | LLM (Python CLI) |
|---|---|---|---|---|
| Score | A88 | B71 | C-54 | D49 |
| Type | WebAssembly | Language | Container | |
| Execution | aot | interpreted | hybrid | hybrid |
| Interface | cli | cli | cli | cli |
| Cold Start | 1ms | 50ms | 500ms | 500ms |
| Memory | 5MB | 15MB | 50MB | 100MB |
| Startup | <1ms | 10ms | 200ms | 100ms |
| Isolation | process | process | container | process |
| Maturity | production | production | production | stable |
| Languages | Rust, C, C++, Go, Python, AssemblyScript | Python | Any | Python |
| License | Apache-2.0 | Other | Apache-2.0 | Apache-2.0 |
| Links |