Skip to content

Commit 2e468f3

Browse files
committed
more
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 658efa7 commit 2e468f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ that can be loaded into Envoy at runtime to add custom functionality, for exampl
1515
It is a new way to extend Envoy without the need to recompile it just like the existing mechanisms
1616
like Lua filters, Wasm filters, or External Processors.
1717

18-
As of writing, the only official language supported by Envoy is Rust. However, the dynamic module's interface is defined in a plain
19-
C header file, so technically you can implement a dynamic module in any language that can build shared libraries, such as C, C++, Go, Zig, etc.
2018
Currently, this repository hosts two language implementations of dynamic modules: Rust and Go.
2119
* [`rust`](rust): using the official Rust dynamic module SDK.
22-
* [`go`](go): using the experimental Go dynamic module SDK implemented here. WARNING: This is not an official SDK and is not
23-
supported by Envoy main respository. See [issue#25](https://github.com/envoyproxy/dynamic-modules-examples/issues/25) for more details.
20+
* [`go`](go): using the official Go dynamic module SDK.
2421

2522
This repository serves as a reference for developers who want to create their own dynamic modules for Envoy including
2623
how to setup the project, how to build it, and how to test it, etc.

0 commit comments

Comments
 (0)