[][src]Module gluon_vm::vm

Re-exports

pub use crate::thread::RootedThread;
pub use crate::thread::RootedValue;
pub use crate::thread::Status;
pub use crate::thread::Thread;

Structs

Global
GlobalVmState
GlobalVmStateBuilder
VmEnv

A borrowed structure which implements CompilerEnv, TypeEnv and KindEnv allowing the typechecker and compiler to lookup things in the virtual machine.

Traits

Userdata