From 265874e46e4ed70d32347be549335be71e8a0fa1 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 13 Oct 2022 13:50:21 -0400 Subject: [PATCH] Note an exception to the platform.os recommendation for wasi Signed-off-by: Jason Hall --- image-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/image-index.md b/image-index.md index 9001472f5..7695bb6cb 100644 --- a/image-index.md +++ b/image-index.md @@ -59,6 +59,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma This REQUIRED property specifies the operating system. Image indexes SHOULD use, and implementations SHOULD understand, values listed in the Go Language document for [`GOOS`][go-environment2]. + An exception to this guidance is provided for Wasm applications that rely on the WASI system interface, where the `os` SHOULD be `wasi`. - **`os.version`** *string*