doubao support configuration for domain (#3184)

This commit is contained in:
rinfx
2025-12-04 21:17:50 +08:00
committed by GitHub
parent 896bcacf4c
commit 8a7a375ebd
3 changed files with 13 additions and 2 deletions

View File

@@ -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