Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Python (CPython) | llama.cpp | CTransformers |
|---|---|---|---|---|
| Score | A-81 | B71 | C+63 | D46 |
| Type | WebAssembly | Language | ||
| Execution | jit | interpreted | aot | hybrid |
| Interface | sdk | cli | cli | sdk |
| Cold Start | 1ms | 50ms | 100ms | 800ms |
| Memory | 5MB | 15MB | 50MB | 200MB |
| Startup | <1ms | 10ms | 10ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | stable | production | production | stable |
| Languages | Go | Python | C, C++ | Python, C++ |
| License | Apache-2.0 | Other | MIT | MIT |
| Links |