github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/internal/dispatch/keys/hasher_wasm.go (about) 1 //go:build wasm 2 // +build wasm 3 4 package keys 5 6 func dispatchCacheKeyHash(prefix cachePrefix, atRevision string, computeOption dispatchCacheKeyHashComputeOption, args ...hashableValue) DispatchCacheKey { 7 panic("Caching is not implemented under WASM") 8 }