rclone/fs/rc/js/Makefile
Nick Craig-Wood aab9aa8a2e js: add experimental interface for integrating rclone into browsers
This works by compiling rclone to wasm and exporting the RC api to
javascript.
2020-08-10 17:32:21 +01:00

6 lines
83 B
Makefile

build:
GOARCH=wasm GOOS=js go build -o rclone.wasm
serve: build
go run serve.go