feat: ready for JIT

This commit is contained in:
2025-05-10 21:09:53 +08:00
parent d04d46c905
commit 2b309fb825
6 changed files with 3 additions and 161 deletions

View File

@@ -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;