From 6105e7654f66964ad9de0d065f3797923736d4ef Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 27 Feb 2024 19:27:56 -0800 Subject: [PATCH] Update expected binaryen version to 116 (#21446) 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 daecb921610e..f2d6e4a6a8c9 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 115 +EXPECTED_BINARYEN_VERSION = 116 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested