We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ce120 commit 98ec711Copy full SHA for 98ec711
src/hyperlight_wasm/src/lib.rs
@@ -49,7 +49,6 @@ pub use hyperlight_host::func::ParameterTuple;
49
pub use hyperlight_host::func::Registerable;
50
/// Trait bound for return types from guest/host functions
51
pub use hyperlight_host::func::SupportedReturnType;
52
-// Re-export interrupt handle for cancellation support
53
/// Handle for interrupting guest execution
54
pub use hyperlight_host::hypervisor::InterruptHandle;
55
/// Check if there is a hypervisor present
0 commit comments