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§
- The memory map of a given guest program.
Constants§
- The address which, when jumped to, will return to the host.
- The minimum required alignment of runtime code pointers.
- The maximum byte size of the code blob.
- The maximum number of functions the program can import.
- The maximum number of entries in the jump table.
- The maximum page size of the VM.
- The minimum page size of the VM.