Open
Description
Looking at the spec, I'm curious about the decision to use application/vnd.module.wasm.content.layer.v1+wasm
as the layer's mediaType
. Two points:
- The
+wasm
suffix isn't registered with IANA, so it's unclear what this means. - The
application/wasm
MIME type seems to have been already decided by w3 (see here), why not use this?
As a bonus question, it doesn't appear that application/wasm
is registered with IANA, are you aware of any plans to do so? (That's more of an ecosystem decision and not specific this repo, but it might be work poking some folks.)