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

This PR adds a variant of NullVm, DynVM, that can load in native modules as dynamically linked modules. Haven't written any automated tests yet, wanted to check if any design...

The `cargo-raze` repo states: > **cargo-raze is currently an unmaintained and unsupported product.** > [crate_universe in rules_rust](https://bazelbuild.github.io/rules_rust/crate_universe.html) is a supported and maintained product with similar aims. not sure how to...

While attempting to update rules_rust i got a load of errors after trying various things i realized that its not my change/s that are throwing the errors, the repo is...

There is a common CI issue on macOS/x86-64 about `pkgutil. ImpImporter` triggered by 'rules_python" ``` ERROR: An error occurred during the fetch of repository 'fuzzing_py_deps': Traceback (most recent call last):...

Update ubuntu github runner to the same image used by Envoy: ubuntu-20.04 -> ubuntu-22.04 Updates to windows and macos runner images will be in separate PRs, since they introduce build...