supermachine 0.7.2

Run any OCI/Docker image as a hardware-isolated microVM on macOS HVF (Linux KVM and Windows WHP in progress). Single library API, zero flags for the common case, sub-100 ms cold-restore from snapshot.
1
2
3
4
5
// PORT TARGET: arch/src/lib.rs (top-level), routes to aarch64
// Source size: ~150 LOC entry, then ~3500 LOC under aarch64/
// Status: skeleton (no impl)

pub mod aarch64;