From ade73da639275cc956c918ba4824f4ef1b907aa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:27:32 +0000 Subject: [PATCH] binaryen: Update to version 124 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index dce500db29..d4546f427e 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "123", + "version": "124", "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_123/binaryen-version_123-x86_64-windows.tar.gz", - "hash": "7b3568424a0f871a52865d5c78177db646b1832a8c487321e27703103f936880" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_124/binaryen-version_124-x86_64-windows.tar.gz", + "hash": "b5e1d2a1ad3c03229ddc89823848f4a1c11f9c6402a51fa26f0aaa5f1d7a2203" } }, - "extract_dir": "binaryen-version_123", + "extract_dir": "binaryen-version_124", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",