From 5067459a25050e02b2f03e10d69e564f07b83f10 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Sat, 27 Jul 2024 12:24:53 -0700 Subject: [PATCH] OK Signed-off-by: Takeshi Yoneda --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa9a1ca..2383eb6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -> [!WARNING] We are no longer recommending this SDK or Wasm in general for anyone due to the fundamental memory issue of TinyGo (See [the detailed explanation](https://github.com/tetratelabs/proxy-wasm-go-sdk/issues/450#issuecomment-2253729297) by a long-time community member) +> [!WARNING] +> We are no longer recommending this SDK or Wasm in general for anyone due to the fundamental memory issue of TinyGo (See [the detailed explanation](https://github.com/tetratelabs/proxy-wasm-go-sdk/issues/450#issuecomment-2253729297) by a long-time community member) > as well as [the project state of Proxy-Wasm in general](https://github.com/envoyproxy/envoy/issues/35420). > If you are not in a position where you have to run untrusted binaries (like for example, you run Envoy proxies while your client gives you the binaries to run), we recommend using other extension mechanism > such as Lua or External Processing which should be comparable or better or worse depending on the use case.