Skip to main content

Module bytecode

Module bytecode 

Source
Expand description

Truthlinked Axiom Src Bytecode

Owns bytecode encoding, decoding, and validation boundaries. VM and bytecode changes are consensus-sensitive and must remain deterministic across platforms.

Structs§

CellBytecode
A decoded cell ready for execution.

Constants§

MAGIC
Magic bytes identifying Axiom bytecode: ASCII “AXIO”
MAX_CODE_BYTES
MAX_CONST_ENTRY_BYTES
MAX_CONST_POOL_ENTRIES
Maximum sizes enforced at decode time.
VERSION