feat: stash

This commit is contained in:
2025-05-08 16:58:22 +08:00
parent ad7d1215b6
commit 14045f7924
6 changed files with 119 additions and 337 deletions

View File

@@ -6,6 +6,7 @@ mod compile;
mod downcast;
mod ty;
mod vm;
mod jit;
pub use compile::compile;
pub use ty::public::Value;