binaryen: Update to version 101

This commit is contained in:
Richard Kuhnt 2021-11-23 04:00:37 +00:00
parent bcdca829aa
commit 8ea4bb396e

View File

@ -1,15 +1,15 @@
{ {
"version": "100", "version": "101",
"description": "Compiler infrastructure and toolchain library for WebAssembly", "description": "Compiler infrastructure and toolchain library for WebAssembly",
"homepage": "https://github.com/WebAssembly/binaryen", "homepage": "https://github.com/WebAssembly/binaryen",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_100/binaryen-version_100-x86_64-windows.tar.gz", "url": "https://github.com/WebAssembly/binaryen/releases/download/version_101/binaryen-version_101-x86_64-windows.tar.gz",
"hash": "de693aa50c8dad7672caf5e3cc943d6522e75ff97913c404eb18937b1b0761a1" "hash": "ae1ed9a281f90fd42181e4363ad44bf75a86fe4e1728500a026cae122d3853c1"
} }
}, },
"extract_dir": "binaryen-version_100", "extract_dir": "binaryen-version_101",
"bin": [ "bin": [
"bin\\wasm2js.exe", "bin\\wasm2js.exe",
"bin\\wasm-as.exe", "bin\\wasm-as.exe",