proxy-wasm / spec

WebAssembly for Proxies (ABI specification)
Apache License 2.0
544 stars 27 forks source link

Support for writing for WASM for UDP #31

Open srikarrao opened 2 years ago

srikarrao commented 2 years ago

Hey, new to WASMs for envoy proxy, and while trying the examples I see the support for HTTP & TCP but there is no UDP protocol support. I want to check if this is something that will be added in the future in proxy-wasm spec? Thank you.