Update to latest (unreleased) emscripten version#1223
Closed
dalcde wants to merge 3 commits intopyodide:mainfrom
Closed
Update to latest (unreleased) emscripten version#1223dalcde wants to merge 3 commits intopyodide:mainfrom
dalcde wants to merge 3 commits intopyodide:mainfrom
Conversation
Member
|
Good idea! We could potentially also run it as a cron job |
f428177 to
526b1cf
Compare
dalcde
added a commit
to dalcde/pyodide
that referenced
this pull request
Feb 14, 2021
This makes it easier to test against different emscripten versions on the same tree (e.g. tot a la pyodide#1223).
rth
pushed a commit
that referenced
this pull request
Feb 14, 2021
This makes it easier to test against different emscripten versions on the same tree (e.g. tot a la #1223).
Merged
Member
|
emscripten 2.0.14 is out, I'll let you do the PR since you know which patches to remove :) |
37c4f7e to
8b3b783
Compare
f6361e7 to
6738ffd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will perpetually be a draft, and when new emscripten releases are made,
a separate PR will do the update and incorporate necessary changes.
The goal is to always keep on top of upstream changes, so that it is easier to
pinpoint breakages. In particular, if a genuine emscripten regression is found,
we can report it and hopefully get it fixed/reverted before it lands in a
release.