hyperlight-guest 0.17.0

Provides only the essential building blocks for interacting with the host environment, including the VM exit mechanism, abstractions for calling host functions and receiving return values, and the input/output stacks used for guest-host communication.
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 The Hyperlight Authors.

pub use hyperlight_common::flatbuffer_wrappers::function_call::FunctionCall;
pub use hyperlight_common::flatbuffer_wrappers::function_types::{
    ParameterType, ParameterValue, ReturnType, ReturnValue,
};