Skip to content

Latest commit

 

History

History

v1alpha

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Envoy ABI v1alpha

💡Envoy ABI defined here corresponds to the master branch of envoyproxy/envoy-wasm.

General Notes

  • Envoy ABI was extracted out of Envoy Wasm C++ SDK
  • Part of ABI that is implemented by Envoy itself (as a host of Wasm extensions) has been defined as "envoy" Wasm module
  • Part of ABI that is implemented by Wasm extensions has been defined as "envoy_extension" Wasm 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