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