Module gluon_vm::vm

source ·

Re-exports

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

Structs

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

Traits