Building from source
Use host cargo for normal Rust checks when they compile cleanly on macOS or Linux.
cargo check --workspacecargo test --workspaceUse the builder VM for Nix builds, Firecracker operations, microVM runtime commands, and Linux-specific tests.
Docs live under public/:
cd publicnpm installnpm run buildSecurity-sensitive build and runtime changes should update docs and tests in the same PR.