mirror of
https://github.com/alibaba/higress.git
synced 2026-02-21 22:40:59 +08:00
4 lines
181 B
Makefile
4 lines
181 B
Makefile
.DEFAULT:
|
|
build:
|
|
tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags='custommalloc nottinygc_finalizer' ./main.go
|
|
mv main.wasm ../../../../docker-compose-test/
|