From 29a138075a4acff46b159d8b85d6375163eb7ec3 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 27 Apr 2023 13:31:48 -0400 Subject: [PATCH] Remove special guidance around wasm Go is going to support a platform like `wasm/wasip1`, `wasm/wasip2`, and eventually `wasm/wasi`. We should remove the guidance that Wasm is a special case, and fallback to following Go's guidance when describing a platform. Signed-off-by: Jason Hall --- image-index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/image-index.md b/image-index.md index 5d32c6bc8..2f3ee745b 100644 --- a/image-index.md +++ b/image-index.md @@ -58,7 +58,6 @@ 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*