ScoopInstaller_Main/bucket/wasmedge.json
2026-01-06 04:32:31 +00:00

22 lines
901 B
JSON

{
"version": "0.16.1",
"description": "A lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.",
"homepage": "https://wasmedge.org/",
"license": "Apache-2.0",
"url": "https://github.com/WasmEdge/WasmEdge/releases/download/0.16.1/WasmEdge-0.16.1-windows-msvc.zip",
"hash": "81a562c3fff2ee3562bd3a60e94117a62da366a39a4b2aaceaab6c06201e3f4c",
"bin": [
"bin\\wasmedge.exe",
"bin\\wasmedgec.exe"
],
"checkver": {
"github": "https://github.com/WasmEdge/WasmEdge"
},
"autoupdate": {
"url": "https://github.com/WasmEdge/WasmEdge/releases/download/$version/WasmEdge-$version-windows-msvc.zip",
"hash": {
"url": "$baseurl/SHA256SUM"
}
}
}