From e759599af7f5c4046c3f8e97edf4a459f920e491 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 28 Feb 2024 01:46:04 +0000 Subject: [PATCH 1/2] Update expected binaryen version to 117 After https://github.com/WebAssembly/binaryen/pull/6358, we need to update this to pass the tests. --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index daecb921610e4..e881109b81dbb 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 115 +EXPECTED_BINARYEN_VERSION = 117 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested From ef5008b9d39f3c03b1b1123d0d1352d01a5aed0c Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 27 Feb 2024 17:54:51 -0800 Subject: [PATCH 2/2] Update tools/building.py --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index e881109b81dbb..f2d6e4a6a8c96 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 117 +EXPECTED_BINARYEN_VERSION = 116 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested