Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 #2048

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 4, 2024

  1. Update ristretto and refactor for use of generics

    Update ristretto to the latest revision and refactor for the new use of generics
    in the cache types within.
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    92ef448 View commit details
    Browse the repository at this point in the history
  2. Fix build for GOARCH=wasm GOOS=js GOOS=wasip1

    Fixes the following build failures:
    
    GOOS=js GOARCH=wasm go build ./...
    GOOS=wasip1 GOARCH=wasm go build ./...
    
    Depends on: dgraph-io/ristretto#375
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8226c16 View commit details
    Browse the repository at this point in the history