-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Make the next version emscripten 4.0.0! #23235
Conversation
The wider discussion of the future of versioning is still up in the air: #19053, but that shouldn't causes us version paralysis in the meantime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
Let's give it a longer than usual time to bake before the release, though, given all these changes. Anyhow, we can think about that next year...
Finally...! After staying at 3.x.x for like 5 years. |
Congrats on reaching v4. Should the testing versions be upgraded, or are they kept back on purpose?
executors:
linux-node:
docker:
- image: cimg/node:18.20.3
linux-python:
docker:
- image: cimg/python:3.10.7
bionic:
docker:
- image: emscripten/emscripten-ci:focal |
I don't think the first two really matter. But the third one we choose deliberately to make sure we test on older versions of linux. If we want to drop support for the version of glibc in Ubuntu/Focal we could update this, but it don't any pressing reason for do that (at least not that I know of). |
We have a whole bunch of significant change in the next release: - 3 new wasm features enabled by default - Use of async/await internally and in MODULARIZE mode - LLVM libraries updated for v19.1 Also, 74 revisions the 3.1 release is gettting pretty long in the tooth. Plus it will be the first release of the new year!
We have a whole bunch of significant change in the next release:
Also, 74 revisions the 3.1 release is gettting pretty long in the tooth.
Plus it will be the first release of the new year!