Hello,
I have a question on the constants defined under the manifest.rs. The WASM_CONFIG_MEDIA_TYPE is defined as application/vnd.wasm.config.v1+json. But I looked around and on the Wasm OCI Artifact Layout I only saw application/vnd.wasm.config.v0+json for the config, and application/wasm for the WASM_LAYER_MEDIA_TYPE, I assume. I also see that rust-oci-wasm overrode these two constants.
So I wonder how was the constants defined? And should that be considered a bug or?
Hello,
I have a question on the constants defined under the
manifest.rs. TheWASM_CONFIG_MEDIA_TYPEis defined asapplication/vnd.wasm.config.v1+json. But I looked around and on the Wasm OCI Artifact Layout I only sawapplication/vnd.wasm.config.v0+jsonfor the config, andapplication/wasmfor theWASM_LAYER_MEDIA_TYPE, I assume. I also see that rust-oci-wasm overrode these two constants.So I wonder how was the constants defined? And should that be considered a bug or?