Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | wazero | Python (CPython) | Node.js | Google Cloud Functions |
|---|---|---|---|---|
| Score | A-81 | B71 | B-65 | C59 |
| Type | WebAssembly | Language | Language | Serverless |
| Execution | jit | interpreted | jit | hybrid |
| Interface | sdk | cli | cli | platform |
| Cold Start | 1ms | 50ms | 50ms | 300ms |
| Memory | 5MB | 15MB | 40MB | 128MB |
| Startup | <1ms | 10ms | 20ms | 50ms |
| Isolation | process | process | process | container |
| Maturity | stable | production | production | production |
| Languages | Go | Python | JavaScript, TypeScript | Python, JavaScript, TypeScript, Go, Java, Ruby, PHP |
| License | Apache-2.0 | Other | MIT | Proprietary |
| Links |