proxy-wasm / spec

WebAssembly for Proxies (ABI specification)
Apache License 2.0
544 stars 27 forks source link

Create registries for extension points #71

Open PiotrSikora opened 1 month ago

PiotrSikora commented 1 month ago

We need to provide registries in this repository for various extension points:

Also, SDKs should be able to query Host about them at startup, so that SDKs can refuse to start e.g. if a specific custom hostcall isn't available.