Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for wasmModule (0.3 sec)

  1. pkg/wasm/cache.go

    		ce.resourceVersionByResource[key.resourceName] = key.resourceVersion
    	}
    	return needChecksumUpdate
    }
    
    // addEntry adds a wasmModule to cache with cacheKey, writes the module to the local file system,
    // and returns the created entry.
    func (c *LocalFileCache) addEntry(key cacheKey, wasmModule []byte) (*cacheEntry, error) {
    	c.mux.Lock()
    	defer c.mux.Unlock()
    	needChecksumUpdate := c.updateChecksum(key)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/resolver/IdeDependencySet.java

                    boolean testOnly = isTestConfiguration(configurations.get(artifact.getId()));
                    boolean asModule = isModule(testOnly, artifact.getFile());
                    if (componentIdentifier instanceof ProjectComponentIdentifier) {
                        visitor.visitProjectDependency(artifact, testOnly, asModule);
                    } else {
                        if (componentIdentifier instanceof ModuleComponentIdentifier) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 14.9K bytes
    - Viewed (0)
Back to top