From 7cdde3195977de85a959d4c130472903da9a9cbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:31:01 +0000 Subject: [PATCH] binaryen: Update to version 121 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index b81e4c44c8..9ef95397aa 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "119", + "version": "121", "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_119/binaryen-version_119-x86_64-windows.tar.gz", - "hash": "e76eb6852208bc0044ad7015cfcaa351ef0992e18b966a83eddd5f6253fdbefc" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_121/binaryen-version_121-x86_64-windows.tar.gz", + "hash": "3a97e43ccbfe8edbf9c9f8bea7b4a77b8f8a2e55192510894586d75116b258ed" } }, - "extract_dir": "binaryen-version_119", + "extract_dir": "binaryen-version_121", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",