From fdcba74f046d9992f88da235473872cc9b7307b4 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 13 Feb 2026 11:16:40 -0800 Subject: [PATCH] Update binaryen version to 126 --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index 182fb3ea311e5..c9bcc995777e7 100644 --- a/tools/building.py +++ b/tools/building.py @@ -53,7 +53,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 125 +EXPECTED_BINARYEN_VERSION = 126 _is_ar_cache: dict[str, bool] = {} # the exports the user requested