-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
V8's aligned pointer APIs are deprecated #60589
Copy link
Copy link
Labels
lib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Metadata
Metadata
Assignees
Labels
lib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.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).