From e759599af7f5c4046c3f8e97edf4a459f920e491 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 28 Feb 2024 01:46:04 +0000 Subject: [PATCH] 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