//! Public library API for the OMG runtime.
//!
//! This exposes the VM, bytecode loader, and core types so downstream
//! crates can embed the runtime or run precompiled bytecode.
// optional to expose
// Re-exports for convenience
pub use crate;
pub use crate;
pub use crateValue;
pub use craterun;
/// Run a compiled `.omgb` blob with optional program args.