1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Revert "build: disable wasm/js build due to go bug"

This reverts commit 0470450583 as
the bug is now fixed in go1.25
This commit is contained in:
Nick Craig-Wood
2025-08-20 21:18:20 +01:00
parent 321cf23e9c
commit 693ca3215f

View File

@@ -73,7 +73,7 @@ var osarches = []string{
"plan9/386", "plan9/386",
"plan9/amd64", "plan9/amd64",
"solaris/amd64", "solaris/amd64",
// "js/wasm", // Rclone is too big for js/wasm until https://github.com/golang/go/issues/64856 is fixed "js/wasm",
} }
// Special environment flags for a given arch // Special environment flags for a given arch