-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
V8's aligned pointer APIs are deprecated #60589
Copy link
Copy link
Labels
lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Activity
Metadata
Metadata
Assignees
Labels
lib / srcIssues and PRs involving general changes in the lib/ or src/ directories.Issues and PRs involving general changes in the lib/ or src/ directories.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Canary builds started to fail today because of it: https://github.com/nodejs/node-v8/actions/runs/19093043336/job/54547258113
We need to use new APIs that accept an
EmbedderDataTypeTagparameter (they are available on the V8 version that we have onmain).