💡Envoy ABI
defined here corresponds to the master
branch of envoyproxy/envoy-wasm.
Envoy ABI
was extracted out of Envoy Wasm C++ SDK- Part of
ABI
that is implemented byEnvoy
itself (as a host of Wasm extensions) has been defined as "envoy" Wasm module- in contrast, in envoyproxy/envoy-wasm these functions belong to "
env
" module
- in contrast, in envoyproxy/envoy-wasm these functions belong to "
- Part of
ABI
that is implemented by Wasm extensions has been defined as "envoy_extension" Wasm module- in contrast, in envoyproxy/envoy-wasm these functions do not belong to any module
Envoy ABI
was extracted manually; it's meant to stay up-to-date only by keeping an eye on changes to Envoy Wasm C++ SDK