binaryen: Update to version 100

This commit is contained in:
Richard Kuhnt 2021-11-23 03:00:40 +00:00
parent 914d5b301a
commit 05a09a288b

View File

@ -1,15 +1,15 @@
{ {
"version": "101", "version": "100",
"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_101/binaryen-version_101-x86_64-windows.tar.gz", "url": "https://github.com/WebAssembly/binaryen/releases/download/version_100/binaryen-version_100-x86_64-windows.tar.gz",
"hash": "ae1ed9a281f90fd42181e4363ad44bf75a86fe4e1728500a026cae122d3853c1" "hash": "de693aa50c8dad7672caf5e3cc943d6522e75ff97913c404eb18937b1b0761a1"
} }
}, },
"extract_dir": "binaryen-version_101", "extract_dir": "binaryen-version_100",
"bin": [ "bin": [
"bin\\wasm2js.exe", "bin\\wasm2js.exe",
"bin\\wasm-as.exe", "bin\\wasm-as.exe",