aab9aa8a2e
This works by compiling rclone to wasm and exporting the RC api to javascript.
5 lines
83 B
Makefile
5 lines
83 B
Makefile
build:
|
|
GOARCH=wasm GOOS=js go build -o rclone.wasm
|
|
|
|
serve: build
|
|
go run serve.go
|