Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/hyperlight_host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ pub use hypervisor::virtual_machine::is_hypervisor_present;
pub use sandbox::MultiUseSandbox;
/// The re-export for the `UninitializedSandbox` type
pub use sandbox::UninitializedSandbox;
/// The re-export for the `SandboxBuilder` type
pub use sandbox::builder::SandboxBuilder;
/// A collection of host functions that can be supplied to a sandbox
/// constructor (e.g. [`MultiUseSandbox::from_snapshot`]).
pub use sandbox::host_funcs::HostFunctions;
Expand Down
Loading
Loading