mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "v4.2.2",
 | 
						|
    "description": "The leading WebAssembly Runtime supporting WASI and Emscripten",
 | 
						|
    "homepage": "https://wasmer.io/",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "wapm": "wapm-cli"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/wasmerio/wasmer/releases/download/v4.2.2/wasmer-windows.exe",
 | 
						|
            "hash": "d059184240f139ab526a4fc94d53a5e17747b6ce1800074305c49f7169f51b66"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_set": {
 | 
						|
        "WASMER_DIR": "$dir",
 | 
						|
        "WASMER_CACHE_DIR": "$dir\\cache"
 | 
						|
    },
 | 
						|
    "bin": "bin\\wasmer.exe",
 | 
						|
    "innosetup": true,
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/wasmerio/wasmer",
 | 
						|
        "regex": "tag/([\\w.-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/wasmerio/wasmer/releases/download/$version/wasmer-windows.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |