Skip to main content

Module bytecode

Module bytecode 

Source
Expand description

Bytecode instruction set and chunk representation for the Ion VM.

Structs§

Chunk
A compiled bytecode chunk.
FnProto
A compiled function prototype (stored in the constant pool).

Enums§

Op
VM opcodes — each is a single byte.