//! JIT subsystem: Cranelift-based JIT manager and lowering stubs
pub mod manager;
pub mod engine;
pub mod lower;
pub mod r#extern;
pub mod rt;