From 0494212ff44f82bd2e306dbe51670be63e12ba23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 16:30:53 +0000 Subject: [PATCH] binaryen: Update to version 106 --- bucket/binaryen.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/binaryen.json b/bucket/binaryen.json index 8186b48e0f..dbf362ec55 100644 --- a/bucket/binaryen.json +++ b/bucket/binaryen.json @@ -1,15 +1,15 @@ { - "version": "105", + "version": "106", "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_105/binaryen-version_105-x86_64-windows.tar.gz", - "hash": "270559c5a6edfaa46b385884beabeb5300fd42c427f00993c8759e1d76ba87fa" + "url": "https://github.com/WebAssembly/binaryen/releases/download/version_106/binaryen-version_106-x86_64-windows.tar.gz", + "hash": "4f17160fc4ab06f9a7db5d91ccff55171f622b8cf81a290af3146cbf76ac6d7e" } }, - "extract_dir": "binaryen-version_105", + "extract_dir": "binaryen-version_106", "bin": [ "bin\\wasm2js.exe", "bin\\wasm-as.exe",