We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aaf6a commit fd2f5ccCopy full SHA for fd2f5cc
internal/ext/wasm/wasm.go
@@ -25,7 +25,7 @@ import (
25
)
26
27
// This version must be updated whenever the wasmtime-go dependency is updated
28
-const wasmtimeVersion = `v0.39.0`
+const wasmtimeVersion = `v0.40.0`
29
30
func cacheDir() (string, error) {
31
cache := os.Getenv("SQLCCACHE")
0 commit comments