From 693ca3215f8994b68633d2f7cb8194beedeb388c Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Aug 2025 21:18:20 +0100 Subject: [PATCH] Revert "build: disable wasm/js build due to go bug" This reverts commit 04704505833faad46edafa568c92aafdfb3a3ab0 as the bug is now fixed in go1.25 --- bin/cross-compile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cross-compile.go b/bin/cross-compile.go index 8779eff02..a89bac327 100644 --- a/bin/cross-compile.go +++ b/bin/cross-compile.go @@ -73,7 +73,7 @@ var osarches = []string{ "plan9/386", "plan9/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