Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | GGUF | Wasmer | llama.cpp |
|---|---|---|---|
| Score | A-83 | A-83 | C+63 |
| Type | WebAssembly | ||
| Execution | aot | hybrid | aot |
| Interface | embedded | cli | cli |
| Cold Start | <1ms | 2ms | 100ms |
| Memory | 0MB | 8MB | 50MB |
| Startup | <1ms | 1ms | 10ms |
| Isolation | process | process | process |
| Maturity | production | stable | production |
| Languages | Any | Rust, C, C++, Go, Python, Ruby, PHP | C, C++ |
| License | MIT | MIT | MIT |
| Links |