supermachine 0.3.6

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
fn main() {
    let p = supermachine::codesign::locate_worker_bin();
    println!("locate_worker_bin: {p:?}");
}