Module logic

Module logic 

Source

Structs§

BlobReadHandle
A handle for managing a blob read operation.
BlobWriteHandle
A handle for managing an asynchronous blob write operation.
Event
Represents a structured event emitted during the execution.
Outcome
Represents the final outcome of a VM execution.
VMContext
Encapsulates the context for a single VM execution.
VMHostFunctions
The self-referencing struct.
VMLimits
Defines the resource limits for a VM instance.
VMLogic
The core logic controller for the VM.

Enums§

BlobHandle
An enum representing a handle to a blob, which can be for reading or writing.
VMLogicError

Type Aliases§

VMLogicResult
A specialized Result type for VMLogic operations.