mirror of
https://github.com/alibaba/higress.git
synced 2026-02-25 05:01:19 +08:00
4 lines
216 B
Makefile
4 lines
216 B
Makefile
.DEFAULT:
|
|
build:
|
|
tinygo build -o ai-proxy.wasm -scheduler=none -target=wasi -gc=custom -tags='custommalloc nottinygc_finalizer proxy_wasm_version_0_2_100' ./main.go
|
|
mv ai-proxy.wasm ../../../../docker-compose-test/
|