mirror of
https://github.com/alibaba/higress.git
synced 2026-03-01 23:20:52 +08:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
build:
|
|
go mod tidy
|
|
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o ./main.wasm .
|
|
|
|
default: build |