build: make rclone build with wasm

Needed to drop
- azureblob backend
- cache backend
- qingstor backend
- cachestats command
- ncdu command
This commit is contained in:
Nick Craig-Wood 2020-07-31 19:57:48 +01:00
parent ac044b1c54
commit 3a14b1d5a9
34 changed files with 96 additions and 50 deletions

View file

@ -1,7 +1,7 @@
// Package mmap implements a large block memory allocator using
// anonymous memory maps.
// +build !plan9,!windows
// +build !plan9,!windows,!js
package mmap