Modules§
Macros§
Structs§
- A line program state machine.
- A partially deserialized PolkaVM program.
- Debug information about a given region of bytecode.
Enums§
- The source location.
Constants§
- The magic bytes with which every program blob must start with.
Traits§
- The lowest level visitor; dispatches directly on opcode numbers.
Functions§
- Returns whether a jump to a given
offset
is allowed.
Type Aliases§
- The blob length is the length of the blob itself encoded as an 64bit LE integer. By embedding this metadata into the header, program blobs stay opaque, however this information can still easily be retrieved. Found at offset 5 after the magic bytes and version number.