Open GreenShadeZhang opened 2 years ago
Most of the SDKs (AssemblyScript, TinyGo, Zig) were contributed by the community. There is nothing stopping someone from implementing C# SDK (and there is nothing in the ABI that would prevent that), but I'm not aware of anyone working on it.
Just adding more info here as looks like there are more people interested in a C# SDK development
.
https://discuss.istio.io/t/anyone-working-on-a-proxy-wasm-c-sdk/12112
Just adding more info here as looks like there are more people interested in a
C# SDK development
.https://discuss.istio.io/t/anyone-working-on-a-proxy-wasm-c-sdk/12112
The link below seems to help. https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM
The Experimental WASI SDK for .NET Core project should be helpful for writing istio plugins in c#. Interested can see if this function can be implemented? https://github.com/SteveSandersonMS/dotnet-wasi-sdk
As the title says, are there any plans to develop plug-ins using c#?