ScoopInstaller_Main/bucket/wasmtime.json
2022-09-20 16:31:35 +00:00

26 lines
934 B
JSON

{
"version": "1.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/v1.0.0/wasmtime-v1.0.0-x86_64-windows.zip",
"hash": "31caa64c719797b701b6486f9de68e354b297e14defdaabb5f2c945a391394bc",
"extract_dir": "wasmtime-v1.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"
}
}
}
}