diff --git a/doc/go1.21.html b/doc/go1.21.html index e483e1e556..421a509fea 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -31,8 +31,21 @@ Do not send CLs removing the interior tags from such phrases.

Ports

+

WebAssembly System Interface

+ +

+ Go 1.21 adds an experimental port to the + WebAssembly System Interface (WASI), Preview 1 + (GOOS=wasip1, GOARCH=wasm). +

+

- TODO: complete this section, or delete if not needed + As a result of the addition of the new GOOS value + "wasip1", Go files named *_wasip1.go + will now be ignored + by Go tools except when that GOOS value is being used. If you + have existing filenames matching that pattern, you will need to + rename them.

Tools