mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
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:
parent
526f39fbb9
commit
c0aa68a1e2
9 changed files with 129 additions and 115 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue