Modulesยง
- call ๐Vm functions to handle runtime calling of anything callable.
- call_
collection ๐ - cons ๐
- exec_
loop ๐ - storage ๐Vm code to access storage, heap, stack, globals, etc.
Structsยง
- VmState ๐Hold state of the VM, this is for making re-entrant calls on the VM.
Constantsยง
- DEAD_
CODE ๐ - Size (in elements/Values) of the stack.