Re-exports§
pub use bytecode::Bytecode;pub use error::VmError;pub use handle::ArrayHandle;pub use handle::FunctionHandle;pub use handle::HeapHandleId;pub use handle::ObjectHandle;pub use handle::INVALID_HANDLE;pub use instructions::Instruction;pub use value::Value;pub use types::*;