gh-145177: Bump emscripten version to 4.0.19 by hoodmane · Pull Request #150926 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/test_platform.py
2 changes: 1 addition & 1 deletion Platforms/emscripten/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Any data that can vary between Python versions is to be kept in this file.
# This allows for blanket copying of the Emscripten build code between supported
# Python versions.
emscripten-version = "4.0.12"
emscripten-version = "4.0.19"
node-version = "24"
test-args = [
"-m", "test",
Expand Down
6 changes: 5 additions & 1 deletion Platforms/emscripten/streams.mjs
Loading