Crate hyperlight_guest_bin

Crate hyperlight_guest_bin 

Source

Modules§

exceptions
guest_function
guest_logger
host_comm
memory
paging

Statics§

GUEST_HANDLE
MIN_STACK_ADDRESS
OS_PAGE_SIZE

Functions§

entrypoint

Attribute Macros§

guest_function
Attribute macro to mark a function as a guest function. This will register the function so that it can be called by the host.
host_function
Attribute macro to mark a function as a host function. This will generate a function that calls the host function with the same name.