From 7813e891b4be1b5d1966f6e7800c4e8c7910c4e7 Mon Sep 17 00:00:00 2001 From: Yosh Date: Wed, 15 Jul 2026 13:18:10 +0200 Subject: [PATCH] Require OCI package available for phase 2 entry --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa64ae8a..a387a7ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,8 +104,12 @@ Entry requirements: * The portability criteria are documented in the proposal. * Precise and complete overview document is available in a proposal repo around which a reasonably high level of consensus exists. - * A [wit](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md) description of the API exists. + * A [wit] description of the API exists. * All dependencies of the wit description must have reached phase 2. + * The wit description must be available from an [OCI registry], with the OCI tag matching the package version string in the wit. + +[wit]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md +[OCI registry]: (https://tag-runtime.cncf.io/wgs/wasm/deliverables/wasm-oci-artifact/) During this phase: