feat: usable?

This commit is contained in:
2025-05-05 11:31:46 +08:00
parent eea4a4ce9f
commit b9dcc83c39
24 changed files with 688 additions and 244 deletions

View File

@@ -6,5 +6,6 @@ mod vmthunk;
#[cfg(test)]
mod test;
pub use env::{Env, LockedEnv};
pub use env::{Env, CapturedEnv};
pub use vm::VM;
pub use vm::run;