feat: bytecode

This commit is contained in:
2026-03-08 16:26:20 +08:00
parent 843ae6cfb4
commit e4004ccb6d
13 changed files with 2344 additions and 84 deletions

10
Cargo.lock generated
View File

@@ -494,6 +494,15 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
name = "colored"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "combine"
version = "4.6.7"
@@ -2055,6 +2064,7 @@ dependencies = [
"bumpalo",
"bzip2",
"clap",
"colored",
"criterion",
"deno_core",
"deno_error",