-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsvu could provide Node.js with the latest V8 #59
Comments
Echoing our offline discussion: Node.js is not technically a JavaScript engine, and so this would better be served by |
I’m confused, node is a JavaScript engine even though it’s mostly just embedding one. Either way, it’s unlikely that I would get to this anytime soon considering that nvm still does not support node release candidates and nightlies - and I’m still not convinced this is a feature nvm should have. The only people who really need to use a different v8 are node platform developers and v8 engine developers, which is decidedly not the bulk of its users. |
@ljharb Would you be open to an |
I’d want RC and nightly support finished first (i have a branch in progress from awhile back) - and I’m still not convinced of the usefulness of this. Additionally, making it easy for any random developer to use an arbitrary v8 version in node doesn’t seem to me like a benefit to the wider community. |
While this functionality in |
It's available from here: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux64%20-%20node.js%20integration%20ng
The text was updated successfully, but these errors were encountered: