mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-04 23:45:34 +00:00
4 lines
134 B
Makefile
4 lines
134 B
Makefile
|
run:
|
||
|
GOROOT=/home/bradfitz/hack/go GOOS=js GOARCH=wasm /home/bradfitz/hack/go/bin/go build -o test.wasm ./wasmmod/
|
||
|
go run serve.go
|