From ce13c22b099a4ba4ca23e51e2c541414f7de0663 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 00:40:39 +0000 Subject: [PATCH] binaryen: Update to version 125 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index d4546f427e..a370e398f5 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "124", + "version": "125", "description": "Compiler infrastructure and toolchain library for WebAssembly", "homepage": "https://github.com/WebAssembly/binaryen", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/WebAssembly/binaryen/releases/download/version_124/binaryen-version_124-x86_64-windows.tar.gz", - "hash": "b5e1d2a1ad3c03229ddc89823848f4a1c11f9c6402a51fa26f0aaa5f1d7a2203" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_125/binaryen-version_125-x86_64-windows.tar.gz", + "hash": "7d20f9f22ee1d1a195aecccb21390f8c599b5025219520c7c9f04673b39d2c20" } }, - "extract_dir": "binaryen-version_124", + "extract_dir": "binaryen-version_125", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",