Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Vercel Edge Functions | ONNX Runtime |
|---|---|---|---|
| Score | A-81 | B71 | C-50 |
| Type | WebAssembly | Edge | |
| Execution | jit | jit | hybrid |
| Interface | sdk | platform | sdk |
| Cold Start | 1ms | 10ms | 500ms |
| Memory | 5MB | 128MB | 300MB |
| Startup | <1ms | 1ms | 100ms |
| Isolation | process | process | process |
| Maturity | stable | stable | production |
| Languages | Go | JavaScript, TypeScript, WebAssembly | Python, C++, C#, Java |
| License | Apache-2.0 | Proprietary | MIT |
| Links |