summaryrefslogtreecommitdiff
path: root/jit.rs
blob: b66b2d21ca36432674c0495337d59503f1c7a065 (plain)
1
2
3
4
#[cfg(feature = "yjit")]
pub use yjit::*;
#[cfg(feature = "zjit")]
pub use zjit::*;