mod builtins; mod debug_info; pub mod error; mod methods; mod vm; pub use debug_info::DebugInfo; pub use error::VMError; pub use vm::{ExternalFn, ExternalMethod, VM};