build: make rclone compile with GOOS=wasip1 GOARCH=wasm #7831

This now compiles but the link doesn't work because of

https://github.com/golang/go/issues/64856
This commit is contained in:
Nick Craig-Wood
2025-07-08 08:55:55 +01:00
parent c6e1f59415
commit d67aa9cc7b
62 changed files with 82 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
// Build for azureblob for unsupported platforms to stop go complaining
// about "no buildable Go source files "
//go:build plan9 || solaris || js
//go:build plan9 || solaris || js || wasm
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
package azureblob