Files
higress/plugins/wasm-go/extensions/request-block/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/