tetratelabs/proxy-wasm-go-sdk has been archived due to memory leaks caused by the built-in garbage collector (gc) in TinyGo.
This repository is a stable alternative, where Higress has replaced TinyGo's built-in gc with bdwgc (being used by large projects like Unity3D), largely avoiding the memory leak issue (though it still exists in extreme cases, such as: wasilibs/nottinygc#46).
The Higress community has 40+ wasm plugins, and none of them have memory leak issues.
Furthermore, Higress continues to optimize through nottinygc, which theoretically can prevent the memory leaks in those extreme scenarios.