mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
aab9aa8a2e
This works by compiling rclone to wasm and exporting the RC api to javascript.
6 lines
83 B
Makefile
6 lines
83 B
Makefile
build:
|
|
GOARCH=wasm GOOS=js go build -o rclone.wasm
|
|
|
|
serve: build
|
|
go run serve.go
|