spec icon indicating copy to clipboard operation
spec copied to clipboard

WebAssembly for Proxies (ABI specification)

Results 63 spec issues
Sort by recently updated
recently updated
newest added

@mathetake I am very interested on this reading host env feature. So I just reviewed all issues and PR around this topic. But still not very clear about how to...

As the title says, are there any plans to develop plug-ins using c#?

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...

Signed-off-by: Piotr Sikora

Since now we fetch HTTP headers as a map, do we need a num_headers argument?

EDIT1: The example code for reproducing is at https://github.com/ElvinEfendi/envoy-wasm-regional-routing. I have been experimenting with https://github.com/proxy-wasm/proxy-wasm-rust-sdk recently. I want to write a filter that for a given request, dynamically picks what...

The spec mentions that `proxy_result_t` can express either a success or error status, but does not define how it does that. Looking at the implementation (`enum class WasmResult`), it seems...

A high quality random number is needed for many reasons inside a Wasm module. [wasi_ephemeral_random.get](https://github.com/WebAssembly/WASI/blob/master/phases/ephemeral/witx/wasi_ephemeral_random.witx) defines such an API. proxy_wasm should use or define a compatible API.

Recently I implemented the hose side of proxy wasm abi spec in Golang The project was originally used for MOSN, another data plane for service mesh(kind of like Envoy). Lately,...

Take API 'proxy_get_buffer' as an example: Filter A(context ID:1) and Filter B(context ID:2)are XxxFilter extension instances, Filter A is handling OnHttpRequestHeader,Filter B is handling OnHttpResponseBody, Both Filter instances invoke 'proxy_get_buffer'...