forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbinaryen.json
41 lines (41 loc) · 1.37 KB
/
binaryen.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "119",
"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"
}
},
"extract_dir": "binaryen-version_119",
"bin": [
"bin\\wasm2js.exe",
"bin\\wasm-as.exe",
"bin\\wasm-ctor-eval.exe",
"bin\\wasm-dis.exe",
"bin\\wasm-emscripten-finalize.exe",
"bin\\wasm-metadce.exe",
"bin\\wasm-opt.exe",
"bin\\wasm-reduce.exe",
"bin\\wasm-shell.exe",
"bin\\wasm-split.exe",
"bin\\wasm-merge.exe"
],
"checkver": {
"github": "https://github.com/WebAssembly/binaryen",
"regex": "tag/version_(\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/WebAssembly/binaryen/releases/download/version_$version/binaryen-version_$version-x86_64-windows.tar.gz",
"hash": {
"url": "$url.sha256"
}
}
},
"extract_dir": "binaryen-version_$version"
}
}