]> Cypherpunks repositories - gostls13.git/commit
all: add wasip1 definitions
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 05:44:01 +0000 (22:44 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 30 Mar 2023 18:50:57 +0000 (18:50 +0000)
commit8890c3a05f7bf62f455ad2f81a644ba5cae005d8
treeed02cdc22f03e38b76b73dbb27f9a738ec57faeb
parented9744dff5341ab692154eab1e6e0f1a3c138733
all: add wasip1 definitions

Add wasip1 GOOS definitions to the compiler and build
definitions.

Co-authored-by: Richard Musiol <neelance@gmail.com>
Co-authored-by: Achille Roussel <achille.roussel@gmail.com>
Co-authored-by: Julien Fabre <ju.pryz@gmail.com>
Co-authored-by: Evan Phoenix <evan@phx.io>
Change-Id: I087e7ff4205a34187bbca18b1693ad911ddd1219
Reviewed-on: https://go-review.googlesource.com/c/go/+/479616
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
21 files changed:
src/cmd/dist/build.go
src/cmd/go/internal/imports/build.go
src/cmd/internal/objabi/head.go
src/go/build/syslist.go
src/internal/goos/zgoos_aix.go
src/internal/goos/zgoos_android.go
src/internal/goos/zgoos_darwin.go
src/internal/goos/zgoos_dragonfly.go
src/internal/goos/zgoos_freebsd.go
src/internal/goos/zgoos_hurd.go
src/internal/goos/zgoos_illumos.go
src/internal/goos/zgoos_ios.go
src/internal/goos/zgoos_js.go
src/internal/goos/zgoos_linux.go
src/internal/goos/zgoos_netbsd.go
src/internal/goos/zgoos_openbsd.go
src/internal/goos/zgoos_plan9.go
src/internal/goos/zgoos_solaris.go
src/internal/goos/zgoos_wasip1.go [new file with mode: 0644]
src/internal/goos/zgoos_windows.go
src/internal/goos/zgoos_zos.go