Module polkavm_common::abi
source · 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 configuration used by a given guest program.
Constants
- The address which, when jumped to, will return to the host.
- The address at which the program’s memory starts inside of the VM.
- The address at which the program’s stack starts inside of the VM.
- The maximum number of functions the program can export.
- The maximum number of arguments that can be used in imported functions.
- The maximum number of functions the program can import.
- The maximum number of VM instructions a program can be composed of.
- The maximum jump target a program can declare.
- The total maximum amount of memory a program can use.
- The page size of the VM.