Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Cloudflare Workers | MLC LLM |
|---|---|---|---|
| Score | A-81 | B+75 | F38 |
| Type | WebAssembly | Edge | |
| Execution | jit | jit | aot |
| Interface | sdk | platform | sdk |
| Cold Start | 1ms | <1ms | 2000ms |
| Memory | 5MB | 128MB | 500MB |
| Startup | <1ms | <1ms | 500ms |
| Isolation | process | process | process |
| Maturity | stable | production | stable |
| Languages | Go | JavaScript, TypeScript, Rust, C, C++ | Python, C++ |
| License | Apache-2.0 | Proprietary | Apache-2.0 |
| Links |