From 66cac9e1e4877ac7e66f888b0599a7a4a5787b76 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Sat, 25 Mar 2023 10:18:26 -0700 Subject: os: add wasip1 support For #58141 Co-authored-by: Richard Musiol Co-authored-by: Achille Roussel Co-authored-by: Julien Fabre Co-authored-by: Evan Phoenix Change-Id: I52e3e161f81dcbe8605570e47d732992979c4d34 Reviewed-on: https://go-review.googlesource.com/c/go/+/479623 Run-TryBot: Johan Brandhorst-Satzkorn TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Cherry Mui Run-TryBot: Ian Lance Taylor --- src/os/executable_procfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/executable_procfs.go') 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 -- cgit v1.3-5-g45d5