ScoopInstaller_Main/bucket/wasmtime.json
2025-01-15 00:34:55 +00:00

26 lines
938 B
JSON

{
"version": "28.0.1",
"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/v28.0.1/wasmtime-v28.0.1-x86_64-windows.zip",
"hash": "b6564429cb6a0e930465204da11ae66e717508358e737d491eaa095b4a85792e",
"extract_dir": "wasmtime-v28.0.1-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"
}
}
}
}