From e25fa53069665c1f6c3be4ba5ed1d6ae82339849 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 28 Feb 2024 14:30:50 -0800 Subject: [PATCH] Update Binaryen version to 117 (#21451) 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 f2d6e4a6a8c9..e881109b81db 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