proxy-wasm / spec

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

Group features into separate namespaces #57

Open PiotrSikora opened 1 month ago

PiotrSikora commented 1 month ago

The main reason for doing this is the ability to release ABI versions of each of the sub-components separately (although that might be partially addressed by #55).

Note that this would require some level of duplication and specialized contexts (see: #9) to avoid introducing too many dependencies across components.