From 214ae0eeffcfe3cf87d3ca98636430babfeb5d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:26:15 +0000 Subject: [PATCH] binaryen: Update to version 112 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index ff658a8077..33883d3036 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "111", + "version": "112", "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_111/binaryen-version_111-x86_64-windows.tar.gz", - "hash": "6cecc591bb9f6a1d5b7e28db9318b0c7f79ce6bf8eac43ba87d6241b74f2c9fd" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_112/binaryen-version_112-x86_64-windows.tar.gz", + "hash": "a7d869975426acb5f1a308c587b0d7da38aeb9f5c3a28488f14870c2614fa93d" } }, - "extract_dir": "binaryen-version_111", + "extract_dir": "binaryen-version_112", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",