mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
26 lines
934 B
JSON
26 lines
934 B
JSON
{
|
|
"version": "9.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/v9.0.2/wasmtime-v9.0.2-x86_64-windows.zip",
|
|
"hash": "621a97ec51d06c814f89688dab4315d1425685c609102d4b8d7dd80e5dc5231e",
|
|
"extract_dir": "wasmtime-v9.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"
|
|
}
|
|
}
|
|
}
|
|
}
|