ScoopInstaller_Main/bucket/wasmtime.json
2022-11-11 08:31:56 +00:00

26 lines
934 B
JSON

{
"version": "2.0.2",
"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/v2.0.2/wasmtime-v2.0.2-x86_64-windows.zip",
"hash": "a112d6f6f5df21f20189e1c1e25a39e702daa3b0546a66065d279ecdfa99745a",
"extract_dir": "wasmtime-v2.0.2-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"
}
}
}
}