From 3f2bc2ac0842b8ac4502f196b5f860f47cf05930 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 28 Feb 2024 18:50:59 +0000 Subject: [PATCH] Update Binaryen version to 117 After https://github.com/WebAssembly/binaryen/pull/6358, I tried to update this to 117, but it looks due to some unfinished builds I ended up updating it to 116 (https://github.com/emscripten-core/emscripten/pull/21446#issuecomment-1969533426). This brings it up to 117. --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index f2d6e4a6a8c96..e881109b81dbb 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 116 +EXPECTED_BINARYEN_VERSION = 117 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested