feat(env): move env out of vm,

This commit is contained in:
2025-05-23 19:19:20 +08:00
parent 5291e49313
commit b41fd38bcc
10 changed files with 62 additions and 41 deletions

View File

@@ -4,6 +4,7 @@
mod builtins;
mod bytecode;
mod env;
mod stack;
mod ty;