feat: upgrade deno_core (#25042)

- Update ffi turbocall to use revised fast call api
- Remove `v8_version` function calls
- `*mut OwnedIsolate` is no longer stored in OpCtx gotham store
This commit is contained in:
snek 2024-08-19 07:51:16 -07:00 committed by GitHub
parent 526f39fbb9
commit c0aa68a1e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 129 additions and 115 deletions

View file

@ -54,7 +54,7 @@ impl Default for SnapshotOptions {
Self {
ts_version: "n/a".to_owned(),
v8_version: deno_core::v8_version(),
v8_version: deno_core::v8::VERSION_STRING,
target,
}
}