Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Wasmtime | Bun | Python (CPython) | Node.js |
|---|---|---|---|---|
| Score | A88 | B+76 | B71 | B-65 |
| Type | WebAssembly | Language | Language | Language |
| Execution | aot | jit | interpreted | jit |
| Interface | cli | cli | cli | cli |
| Cold Start | 1ms | 3ms | 50ms | 50ms |
| Memory | 5MB | 25MB | 15MB | 40MB |
| Startup | <1ms | 1ms | 10ms | 20ms |
| Isolation | process | process | process | process |
| Maturity | production | stable | production | production |
| Languages | Rust, C, C++, Go, Python, AssemblyScript | JavaScript, TypeScript, JSX, TSX | Python | JavaScript, TypeScript |
| License | Apache-2.0 | MIT | Other | MIT |
| Links |