Skip to content

Commit d50368d

Browse files
Update emsdk version from 89f7c6bc to 3baae256 (emscripten-core#27353)
This is an automatic change generated by tools/maint/rebaseline_tests.py --update-emsdk. Expected LLVM version updated: 23 => 24 Expected Binaryen version updated: 129 => 130 emsdk version updated: 89f7c6bc => 3baae256 The following revisions were included in this update: ``` - 3baae256 Roll emscripten from 4ef0697 to a325eed (8 revisions) - 3ad26d89 Roll binaryen from c839180673de to a3f1bc05f4e5 (1 revision) - 2b26540b Roll llvm-project from a9d295d615a8 to fdc884f5a5f0 (71 revisions) - e633d5c4 Roll binaryen from 9cb9f39e4fd8 to c839180673de (1 revision) - 0065e91e Roll emscripten from 9bcf516 to 4ef0697 (1 revision) - 7ad87b39 Roll llvm-project from 44a42e631e5b to a9d295d615a8 (49 revisions) - c3675cda Roll binaryen from 99f6fc6315d0 to 9cb9f39e4fd8 (1 revision) - 51f29e3d Roll v8 from c02343a118fb to d6cc628ee8e1 (39 revisions) ``` Full log: https://chromium.googlesource.com/emscripten-releases/+log/89f7c6bc..3baae256 Co-authored-by: emscripten-bot <emscripten-bot@users.noreply.github.com>
1 parent 3d621be commit d50368d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/emsdk_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
89f7c6bcd976b263992d5f5671a83706ffce237a
1+
3baae25657593f44876d4ac58ddd1ecf6d34aa2b

tools/building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# Building
5454
binaryen_checked = False
55-
EXPECTED_BINARYEN_VERSION = 129
55+
EXPECTED_BINARYEN_VERSION = 130
5656

5757
_is_ar_cache: dict[str, bool] = {}
5858
# the exports the user requested

tools/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# in debian/stable (bookworm). We need at least v18.3.0 because we make
6464
# use of util.parseArg which was added in v18.3.0.
6565
MINIMUM_NODE_VERSION = (18, 3, 0)
66-
EXPECTED_LLVM_VERSION = 23
66+
EXPECTED_LLVM_VERSION = 24
6767

6868
# These get set by setup_temp_dirs
6969
TEMP_DIR = None

0 commit comments

Comments
 (0)