Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Wasmer | V8 | Firecracker |
|---|---|---|---|
| Score | A-83 | B74 | B70 |
| Type | WebAssembly | Language | MicroVM |
| Execution | hybrid | jit | aot |
| Interface | cli | embedded | api |
| Cold Start | 2ms | 5ms | 125ms |
| Memory | 8MB | 30MB | 5MB |
| Startup | 1ms | 2ms | 100ms |
| Isolation | process | process | microvm |
| Maturity | stable | production | production |
| Languages | Rust, C, C++, Go, Python, Ruby, PHP | JavaScript, TypeScript, WebAssembly | Any |
| License | MIT | BSD-3-Clause | Apache-2.0 |
| Links |