Expand description
Functionality for creating uninitialized sandboxes, manipulating them, and converting them to initialized sandboxes.
Structs§
- Guest
Blob - A
GuestBlob
containing data and the permissions for its use. - Guest
Environment - Container for a guest binary and optional initialization data.
- Uninitialized
Sandbox - A preliminary sandbox that represents allocated memory and registered host functions, but has not yet created the underlying virtual machine.
Enums§
- Guest
Binary - A
GuestBinary
is either a buffer or the file path to some data (e.g., a guest binary).