You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Integration with Envoy WASM framework requires that we use a custom transport interface using Envoy's proxy network stack. We would like to build a WASM version of opencensus-cpp that uses a different transport interface than the included gRPC and curl. There are two main benefits:
low-level WASM network system calls would be inefficient in this context (no pooling, advanced routing, etc)
Integration with Envoy WASM framework requires that we use a custom transport interface using Envoy's proxy network stack. We would like to build a WASM version of opencensus-cpp that uses a different transport interface than the included gRPC and curl. There are two main benefits:
/cc @mandarjog
The text was updated successfully, but these errors were encountered: