ScoopInstaller_Main/bucket/wasmtime.json
2023-04-20 20:28:05 +00:00

26 lines
934 B
JSON

{
"version": "8.0.0",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.0/wasmtime-v8.0.0-x86_64-windows.zip",
"hash": "28171dc028abd209e3d46c6aa5d230f89f0213b756a6e276a98538bbe3d3b9a8",
"extract_dir": "wasmtime-v8.0.0-x86_64-windows"
}
},
"bin": "wasmtime.exe",
"checkver": {
"github": "https://github.com/bytecodealliance/wasmtime"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v$version/wasmtime-v$version-x86_64-windows.zip",
"extract_dir": "wasmtime-v$version-x86_64-windows"
}
}
}
}