proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
WebAssembly for Proxies (C++ host implementation)
Configure OSSF Scorecard action following the steps in https://github.com/ossf/scorecard-action#installation See #425
Mentioned by @shukitchan: At this point, other Wasm runtimes have been updated recently, but WasmEdge needs the same.
proxy-wasm-cpp-host currently patches V8's definition of the `v8_enable_pointer_compression` setting [here](https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/74f8572f45633cccb48239c5ecaca10d16490729/bazel/external/v8.patch#L22) in order to disable V8 pointer compression. V8 also provides a Starlark transition to support building with pointer compression disabled...
Our manual dependency management is a security risk and a maintenance burden. 1. [ ] Configure RenovateBot (compatible with Bazel WORKSPACE files) for this repository to automatically create PRs for...
The current Rust version is "1.77.2" which was released on Apr 9, 2024. The most recent stable build is "1.85.0" which was release on Feb 20, 2025.
I took a swing at updating the repo dependencies. The only one I ran into trouble with was wasmtime v26+, which seems to have some issues compiling that I couldn't...
I noticed something interesting about the shared data functionality in proxy-wasm: In proxy-wasm-cpp-host, there's an implementation of a `remove` method for shared data: ```cpp WasmResult remove(std::string_view vm_id, std::string_view key, uint32_t...
Here is the scorecard: https://securityscorecards.dev/viewer/?uri=github.com/proxy-wasm/proxy-wasm-cpp-host. cc @mpwarres