Skip to content
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

The v16 of Node.js is end of support, any plan? #1278

Closed
lovebaihezi opened this issue Sep 14, 2023 · 3 comments
Closed

The v16 of Node.js is end of support, any plan? #1278

lovebaihezi opened this issue Sep 14, 2023 · 3 comments

Comments

@lovebaihezi
Copy link

lovebaihezi commented Sep 14, 2023

With the OpenSSL 1.1.1 is end of support on Sep 11th, 2023 OpenSSL blog, Node.js v16, which relay on OpenSSL 1.1.1, also end of support NodeJS Blog.
Is there any plan for Node.JS updating?

@sbc100
Copy link
Collaborator

sbc100 commented Sep 14, 2023

emscripten itself will continue to support outputing code that runs on older versions of node for quite a while. We currently support node versions as old as 10.19.0 in this context.

The version of node we ship as part of emsdk should really be seen as more of an internal implementation detail of emsdk. We pick the version based on maximizing the number of places that emsdk can be installed. IIRC node v18 dropped support for the version of glibc used in ubuntu/bionic, so there would have to be a compelling reason to update which would justify dropping support for those users.

Is there some particular reason you care about the version of node we use internally in emsdk? Are you using to run your own code/tests perhaps?

@sbc100
Copy link
Collaborator

sbc100 commented Sep 14, 2023

See #1173 for more on this

@sbc100
Copy link
Collaborator

sbc100 commented Sep 14, 2023

Actually we can probably close this as a dup of #1173?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants