proxy-wasm / proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)
Apache License 2.0
140 stars 68 forks source link

Make ABI information available to host implementations #79

Closed mathetake closed 3 years ago

mathetake commented 3 years ago

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

mathetake commented 3 years ago

oops, I confused here with cpp-host :joy: