Skip to content

Commit

Permalink
build: disable wasm/js build due to go bug
Browse files Browse the repository at this point in the history
Rclone is too big for js/wasm until
golang/go#64856 is fixed
  • Loading branch information
ncw committed Aug 4, 2024
1 parent 1901bae commit 0470450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cross-compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var osarches = []string{
"plan9/386",
"plan9/amd64",
"solaris/amd64",
"js/wasm",
// "js/wasm", // Rclone is too big for js/wasm until https://github.com/golang/go/issues/64856 is fixed
}

// Special environment flags for a given arch
Expand Down

0 comments on commit 0470450

Please sign in to comment.