From 9be6d996aa66973a4b48834851988bc7d7671f0b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 31 Mar 2026 10:21:14 -0700 Subject: [PATCH] Bump EXPECTED_BINARYEN_VERSION to 128. NFC --- tools/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/building.py b/tools/building.py index f11e0605b21a9..bc09df6d26012 100644 --- a/tools/building.py +++ b/tools/building.py @@ -53,7 +53,7 @@ # Building binaryen_checked = False -EXPECTED_BINARYEN_VERSION = 127 +EXPECTED_BINARYEN_VERSION = 128 _is_ar_cache: dict[str, bool] = {} # the exports the user requested