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 3621 additions and 994 deletions

View File

@@ -1,7 +1,8 @@
[workspace]
resolver = "3"
members = [
"fix"
"fix",
"boxing",
]
[profile.profiling]