Module vm

Source

Modulesยง

call ๐Ÿ”’
Vm functions to handle runtime calling of anything callable.
call_collection ๐Ÿ”’
cons ๐Ÿ”’
exec_loop ๐Ÿ”’
macros
storage ๐Ÿ”’
Vm code to access storage, heap, stack, globals, etc.

Structsยง

GVm
VmState ๐Ÿ”’
Hold state of the VM, this is for making re-entrant calls on the VM.

Constantsยง

DEAD_CODE ๐Ÿ”’
STACK_CAP
Size (in elements/Values) of the stack.

Type Aliasesยง

Vm