Expand description
Hyperlight WebAssembly backend for sub-millisecond sandbox execution.
This backend uses Microsoft’s Hyperlight to run WebAssembly modules in hypervisor-isolated micro VMs with ~1-2ms startup times.
Requirements:
- Linux with KVM (
/dev/kvmaccessible) - Feature flag:
--features hyperlight
Platform support:
- Linux (KVM): ✅ Supported
- Windows (WHP): ✅ Supported (not yet implemented here)
- macOS: ❌ Not supported (use Apple Containers backend)
Structs§
- Hyperlight
Pool - Stub pool implementation
- Hyperlight
Pool Config - Stub pool configuration
- Hyperlight
Pool Stats - Stub pool statistics
- Hyperlight
Sandbox - Stub implementation for non-Linux or non-hyperlight builds
Functions§
- hyperlight_
available - Check if Hyperlight is available on this system