From 0544f9e8ff698bb2ca0fc7012232e4735ab519de Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 17 Dec 2024 17:52:02 +0000 Subject: [PATCH 1/2] Bump Binaryen to 121 https://github.com/WebAssembly/binaryen/pull/7153 --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index d5b018d758476..c1caf75ca6840 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 119 +EXPECTED_BINARYEN_VERSION = 121 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested From 980ec04bb1265a31a159e9b4deb95904787c5fd0 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 17 Dec 2024 17:59:22 +0000 Subject: [PATCH 2/2] 120 --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index c1caf75ca6840..d762304920a90 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 121 +EXPECTED_BINARYEN_VERSION = 120 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested