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