Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Wasmer | Python (CPython) | Deno | llama.cpp |
|---|---|---|---|---|
| Score | A-83 | B71 | C+64 | C+63 |
| Type | WebAssembly | Language | Language | |
| Execution | hybrid | interpreted | jit | aot |
| Interface | cli | cli | cli | cli |
| Cold Start | 2ms | 50ms | 20ms | 100ms |
| Memory | 8MB | 15MB | 35MB | 50MB |
| Startup | 1ms | 10ms | 15ms | 10ms |
| Isolation | process | process | process | process |
| Maturity | stable | production | stable | production |
| Languages | Rust, C, C++, Go, Python, Ruby, PHP | Python | JavaScript, TypeScript, WebAssembly | C, C++ |
| License | MIT | Other | MIT | MIT |
| Links |