Expand description
Everything in this module affects the ABI of the guest programs, either by affecting their observable behavior (no matter how obscure), or changing which programs are accepted by the VM.
Structs§
- Memory
Map - The memory map of a given guest program.
- Memory
MapBuilder
Constants§
- VM_
ADDR_ RETURN_ TO_ HOST - The address which, when jumped to, will return to the host.
- VM_
CODE_ ADDRESS_ ALIGNMENT - The minimum required alignment of runtime code pointers.
- VM_
MAXIMUM_ CODE_ SIZE - The maximum byte size of the code blob.
- VM_
MAXIMUM_ IMPORT_ COUNT - The maximum number of functions the program can import.
- VM_
MAXIMUM_ JUMP_ TABLE_ ENTRIES - The maximum number of entries in the jump table.
- VM_
MAX_ PAGE_ SIZE - The maximum page size of the VM.
- VM_
MIN_ PAGE_ SIZE - The minimum page size of the VM.