ScoopInstaller_Main/bucket/wasmtime.json
2023-05-23 00:33:44 +00:00

26 lines
934 B
JSON

{
"version": "9.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/v9.0.1/wasmtime-v9.0.1-x86_64-windows.zip",
"hash": "dbe62d44ef93e633201aa20043965c5546697fdaa80b81af8f6b0414a5f58b2f",
"extract_dir": "wasmtime-v9.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"
}
}
}
}