From 94864190c9c4562d756192dd2d5b718e2e4bbaed Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 25 Mar 2025 14:28:27 -0700 Subject: [PATCH] Bump expected binaryen version See https://github.com/WebAssembly/binaryen/pull/7394 --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index d15954b93a10f..27813671ab5a0 100644 --- a/tools/building.py +++ b/tools/building.py @@ -39,7 +39,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 121 +EXPECTED_BINARYEN_VERSION = 122 _is_ar_cache: Dict[str, bool] = {} # the exports the user requested