mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
build: disable wasm/js build due to go bug
Rclone is too big for js/wasm until https://github.com/golang/go/issues/64856 is fixed
This commit is contained in:
parent
1901bae4eb
commit
0470450583
@ -73,7 +73,7 @@ var osarches = []string{
|
|||||||
"plan9/386",
|
"plan9/386",
|
||||||
"plan9/amd64",
|
"plan9/amd64",
|
||||||
"solaris/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
|
// Special environment flags for a given arch
|
||||||
|
Loading…
Reference in New Issue
Block a user