mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			940 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "v3.1.1",
 | 
						|
    "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/v3.1.1/wasmer-windows.exe",
 | 
						|
            "hash": "4e14474889586f86b5950fa77e24a252bd4596688f0eb9b088b28bf1bfebafb6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |