From e1a27be2c461cd6008834edb5a622eca8da67887 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 18 Dec 2024 00:19:08 +0000 Subject: [PATCH] Bump Binaryen version to 121 https://github.com/WebAssembly/binaryen/pull/7153 updated Binaryen version to 121, and we updated it in Emscripten to 120 to make the CI pass (#23197). Now that https://chromium-review.googlesource.com/c/emscripten-releases/+/6103023 has landed, I think we can update it to 121. --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index d762304920a90..c1caf75ca6840 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 120 +EXPECTED_BINARYEN_VERSION = 121 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested