feat: init Rust VM

This commit is contained in:
2026-03-14 11:42:39 +08:00
parent 40d00a6c47
commit 198d847151
26 changed files with 3620 additions and 993 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
[workspace]
resolver = "3"
members = [
"fix"
"fix",
"boxing",
]
[profile.profiling]