mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-28 21:26:40 +00:00
4 lines
83 B
Makefile
4 lines
83 B
Makefile
run:
|
|
GOOS=js GOARCH=wasm go build -o assets/client.wasm ./client/
|
|
go run main.go
|