Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for binaryFetcher (0.1 sec)

  1. pkg/wasm/cache.go

    		return nil, fmt.Errorf("module downloaded from %v has checksum %v, which does not match: %v", key.downloadURL, dChecksum, key.checksum)
    	}
    
    	if binaryFetcher != nil {
    		b, err = binaryFetcher()
    		if err != nil {
    			wasmRemoteFetchCount.With(resultTag.Value(downloadFailure)).Increment()
    			return nil, fmt.Errorf("could not fetch Wasm binary: %v", err)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top