feat: ready for JIT
This commit is contained in:
@@ -7,9 +7,6 @@ mod ty;
|
||||
pub mod compile;
|
||||
pub mod error;
|
||||
pub mod ir;
|
||||
#[cfg(feature = "jit")]
|
||||
pub mod jit;
|
||||
#[cfg(feature = "vm")]
|
||||
pub mod vm;
|
||||
|
||||
pub use ty::public::Value;
|
||||
|
||||
Reference in New Issue
Block a user