hyperlight-host 0.1.0

A lightweight Virtual Machine Manager that can be hosted in an application to safely run untrusted or code within a VM partition with very low latency and overhead.
Documentation
1
2
3
4
5
6
7
8
9
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
lib-suffix := if os() == "windows" { ".dll" } else { "" }
bin-suffix := if os() == "windows" { ".exe" } else { ".out" }
default-target:= "debug"
set dotenv-load
set fallback

build target=default-target:
    just build-rust {{target}}