Skip to content

Commit

Permalink
Remove special guidance around wasm
Browse files Browse the repository at this point in the history
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 <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Apr 27, 2023
1 parent 77d92ec commit 29a1380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 29a1380

Please sign in to comment.