Skip to content

Commit

Permalink
Update wasm-go.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 28, 2023
1 parent e27c531 commit 66f41ce
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags="customm
version: '3.7'
services:
envoy:
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/envoy:1.20
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/gateway:1.3.1
entrypoint: /usr/local/bin/envoy
# 注意这里对wasm开启了debug级别日志,正式部署时则默认info级别
command: -c /etc/envoy/envoy.yaml --component-log-level wasm:debug
depends_on:
- httpbin
networks:
Expand Down

0 comments on commit 66f41ce

Please sign in to comment.