When will V8 version update to 13.2 or higher? #57077
-
Hi, I'm interested in a bug fix that went in V8 not so long ago regarding wasm memory64 - https://chromium-review.googlesource.com/c/v8/v8/+/5953943 The bug fix is included in V8 13.2. Can someone tell whether the upcoming node 24.0.0 will include V8 13.2? Or will it be part of a minor release in v23? |
Beta Was this translation helpful? Give feedback.
Answered by
richardlau
Feb 15, 2025
Replies: 1 comment 1 reply
-
The intent is to update to a new version of V8 in Node.js 24. Currently the main branch has V8 13.0, while #56959 attempts to update to 13.3. AFAIK it will not be possible to update to V8 13.2 or later in a semver-minor release of Node.js. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jspanchu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The intent is to update to a new version of V8 in Node.js 24. Currently the main branch has V8 13.0, while #56959 attempts to update to 13.3.
AFAIK it will not be possible to update to V8 13.2 or later in a semver-minor release of Node.js.