solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

WASM Artifact Image Specification should extend to support more layers #283

Open johnlanni opened 2 years ago

johnlanni commented 2 years ago

Is your feature request related to a problem? Please describe. We want to store plugin's metadata in the wasm OCI image, But the config layer is only for wasm runtime's configuration. image I think this spec should support extending more layers, for example, it can also support storing the plugin's README.md through a specific layer.

related istio issue:https://github.com/istio/istio/issues/37347

Describe the solution you'd like Indicate in the spec that there can be more than 2 layers, or add a layer to store plugin's arbitrary metadata.