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