proxy-wasm-cpp-host icon indicating copy to clipboard operation
proxy-wasm-cpp-host copied to clipboard

WebAssembly for Proxies (C++ host implementation)

Results 70 proxy-wasm-cpp-host issues
Sort by recently updated
recently updated
newest added

For example, it would be nice to expose which ABI versions and functions are supported in the current version of this repo through `GeneralInterface`. Ref: https://github.com/envoyproxy/envoy/issues/10395

https://github.com/bytecodealliance/lucet

enhancement

Since we're shipping quite large `.wasm` modules in Istio, it would be great if the bytecode was removed from memory once the WasmVM is started.

enhancement

![image](https://user-images.githubusercontent.com/52443884/98344755-abfdb180-204e-11eb-97f0-4552d08963dd.png) According to the comment, some properties likes "plugin_root_id" might be proxy-independent and some may not but the function signature of getProperty and setProperty does not provide enough information to...

The root cause of Asan violation https://github.com/envoyproxy/envoy-wasm/pull/638 appears to be that libc++ inlines string content

(Not sure what repo to put this idea in...) I'd like to be able to use a singleton module to store and atomically handle shared state for the filters running...

Hi there, I'm curious why the default features for wasmtime are disabled? https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/b0a0594e8ab4023857393fab349170fb487ec5a9/bazel/cargo/wasmtime/Cargo.toml#L13 I tried to look when this change was made, but looks like default features were disabled from...

## Describe the bug / error When I am trying to use the following package: "google.golang.org/protobuf/proto" And in particular: ``` func (ctx *setBodyContext) OnHttpRequestBody(bodySize int, endOfStream bool) types.Action { _...