proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
WebAssembly for Proxies (C++ host implementation)
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
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.
 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...
Upgrade wasmtime to v1.0.0
## 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 { _...