mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 20:50:51 +08:00
5 lines
144 B
Makefile
5 lines
144 B
Makefile
build:
|
|
go mod tidy
|
|
tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags="custommalloc nottinygc_finalizer"
|
|
|
|
default: build |