mirror of
https://github.com/alibaba/higress.git
synced 2026-05-30 23:57:28 +08:00
doubao support configuration for domain (#3184)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
.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/
|
||||
mv ai-proxy.wasm ../../../../docker-compose-test/
|
||||
|
||||
build-go:
|
||||
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o main.wasm main.go
|
||||
Reference in New Issue
Block a user