You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@radu-matei Sorry for the late reply. These modules are in large have been used as extensions for the edge compute (like proxies). For example, Envoy doesn't accept the current default media type but instead uses application/vnd.oci.image.layer.v1.tar+gzip. Having a default media type that covers a large part of wasm's use case would be better IMO. Let me know what you think.
If I am understanding this correctly,
wasm-to-oci
usesapplication/vnd.wasm.content.layer.v1+wasm
media type. In the official artifact layer type, we can see this media type: https://github.com/opencontainers/artifacts/blob/main/artifact-authors.md#example-layer-types.Is there any future plans to allow different media types?
The text was updated successfully, but these errors were encountered: