]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/default-dir-piece-completion-other.go
Drop support for go 1.20
[btrtrc.git] / storage / default-dir-piece-completion-other.go
index a0564bf444b595da5fbf1d9880de60444c5c6ca9..3cd42fb7a959dc2ad5e08eec3e080fc3b87a7978 100644 (file)
@@ -1,7 +1,7 @@
 // Bolt piece completion is not available, and neither is sqlite.
-//go:build (!cgo || nosqlite) && noboltdb
+//go:build (!cgo || nosqlite) && (noboltdb || wasm)
 // +build !cgo nosqlite
-// +build noboltdb
+// +build noboltdb wasm
 
 package storage