feat: persist JsRuntime

This commit is contained in:
2026-01-05 17:58:48 +08:00
parent c43d796dc0
commit c9455bd0a8
6 changed files with 147 additions and 104 deletions

View File

@@ -17,6 +17,7 @@ derive_more = { version = "2", features = ["full"] }
thiserror = "2"
string-interner = "0.19"
itertools = "0.14"
pin-project = "1"
deno_core = "0.376"
deno_error = "0.7"