proxy-wasm-cpp-sdk
                                
                                 proxy-wasm-cpp-sdk copied to clipboard
                                
                                    proxy-wasm-cpp-sdk copied to clipboard
                            
                            
                            
                        WebAssembly for Proxies (C++ SDK)
Hi .. Enabling exceptions for WASM seems to conflict with an -fno-exceptions flag being used by emscripten during linking. For example, if I add a try and catch in the...
Hello! Looking at the doc, looks like you can only write filters at Layer7? Envoy can also proxy tcp connections, and what if someone wants to do stuff with socket...
Hi I've been trying to add librdkafka as an external library and use it inside my cpp code but when I try to compile it and generate the wasm file,...
I have written a WASM filter and use `envoyproxy/envoy-build-ubuntu` docker image to build the WASM module as a `proxy_wasm_cc_binary`(mount the source files into the container, build inside and mount back...
The function ``proxy_get_configuration()`` is not implemented anymore in Envoy. If it's used by a WASM plugin, Envoy prints this error message: ``` [error][wasm] [source/extensions/common/wasm/wasm_vm.cc:38] Failed to load Wasm module due...
Hi @jplevyak @PiotrSikora , can you help out regarding how can we define Prometheus metric labels when constructing metrics using the higher level metrics interface of the SDK? Initially thought...
Why Metadata API is empty?
Add setTickPeriodMilliseconds( uint32_t millisecond ) to api.h As doc tells:  We should support setTickPeriodMilliseconds API but actually not impl in api.h.
 As doc tells, we should support getRequest/ResponseBodyBufferBytes( ), but actually but impl, so I give PR to fix this.
fix 2 small problems in doc