Update README.md

This commit is contained in:
澄潭
2024-03-29 16:49:01 +08:00
committed by GitHub
parent e844daea66
commit cba2890e14

View File

@@ -506,7 +506,7 @@ $ curl -v -X POST console.higress.io/post \
**Note**
> 需要数据面的proxy wasm版本大于0.2.100
> 需要数据面的proxy wasm版本大于等于0.2.100
> 编译时需要带上版本的tag例如`tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags="custommalloc nottinygc_finalizer proxy_wasm_version_0_2_100" ./`