aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
diff options
context:
space:
mode:
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>2023-03-25 10:18:26 -0700
committerGopher Robot <gobot@golang.org>2023-04-07 23:34:21 +0000
commit66cac9e1e4877ac7e66f888b0599a7a4a5787b76 (patch)
treeb9fdd04c774f04886e6852abc5a098c46e057f12 /src/os/executable_procfs.go
parentdd21a77bfae041eefe7b02ab5a40a7c4d3403f8d (diff)
downloadgo-66cac9e1e4877ac7e66f888b0599a7a4a5787b76.tar.xz
os: add wasip1 support
For #58141 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: I52e3e161f81dcbe8605570e47d732992979c4d34 Reviewed-on: https://go-review.googlesource.com/c/go/+/479623 Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/os/executable_procfs.go')
-rw-r--r--src/os/executable_procfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/executable_procfs.go b/src/os/executable_procfs.go
index 18348eab91..94e674e364 100644
--- a/src/os/executable_procfs.go
+++ b/src/os/executable_procfs.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build linux || netbsd || (js && wasm)
+//go:build linux || netbsd
package os