feat: stash
This commit is contained in:
14
src/lib.rs
14
src/lib.rs
@@ -2,12 +2,14 @@
|
||||
|
||||
mod builtins;
|
||||
mod bytecode;
|
||||
mod compile;
|
||||
mod downcast;
|
||||
mod ty;
|
||||
mod vm;
|
||||
mod jit;
|
||||
|
||||
pub use compile::compile;
|
||||
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;
|
||||
pub use vm::run;
|
||||
|
||||
Reference in New Issue
Block a user