proxy-wasm-rust-sdk icon indicating copy to clipboard operation
proxy-wasm-rust-sdk copied to clipboard

WebAssembly for Proxies (Rust SDK)

Results 97 proxy-wasm-rust-sdk issues
Sort by recently updated
recently updated
newest added

Is this possible? It looks like the underlying interface may support it, but it doesn’t seem to be public.

This is more a discussion than an issue. Would it be valuable to move every example into it's own folder and include a matching envoy config + docker compose config?...

enhancement
good first issue

Apparently `add_http_[request|response]_header` appends the new value to any pre-existing values whereas `set_http_[request|response]_header` fully overrides any previous values. Seems reasonable and intuitive. However it appears that the plural version of set...

Envoy allows the upstream to be serialized GrpcService message, but the proxy-wasm API allows only `&str`. (why use GrpcService message – to be able to connect to arbitrary upstream not...

Hey, This is not a bug but rather a question, is there any example for unit test for wasm filter in Rust, as I didnt find any... Thanks

Hello - hope its okay to put a query through, but I'm looking for some pointers into how this may be possible. I'm an envoy/rust novice, so apologies if I...

Hi, Sorry for the long request, I am not sure if this will end up as a bug report, feature request or guidance, so I'm giving enough context on the...

I tried to use the WASM filters built from project examples in WASM-enabled Envoy but got: "WASM missing malloc/free" Is this ready to play with? Should the examples work? Do...