mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
24 lines
999 B
JSON
24 lines
999 B
JSON
{
|
|
"version": "0.14.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.14.1/WasmEdge-0.14.1-windows-msvc.zip",
|
|
"hash": "182f457c9b1085b36766ff7d73900eb1586f8b564a4cca90b5b3bcbfe7685762",
|
|
"extract_dir": "WasmEdge-0.14.1-Windows",
|
|
"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"
|
|
},
|
|
"extract_dir": "WasmEdge-$version-Windows"
|
|
}
|
|
}
|