mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-19 23:11:29 +02: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
|