mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
22 lines
901 B
JSON
22 lines
901 B
JSON
{
|
|
"version": "0.15.0",
|
|
"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.15.0/WasmEdge-0.15.0-windows-msvc.zip",
|
|
"hash": "00c2bd0bedd520aed7303fb410b8c9b1ab72a420a6684427bc70ff89d4aba297",
|
|
"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"
|
|
}
|
|
}
|
|
}
|