slvm
0.11.1
Module vm
Module Items
Modules
Structs
Constants
Type Aliases
In crate slvm
slvm
Module
vm
Copy item path
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