From 063f97a6110079c2aaeb5f2c2a51d7f1bc7445ab Mon Sep 17 00:00:00 2001 From: Richard Musiol Date: Sun, 4 Mar 2018 12:16:18 +0100 Subject: os: add js/wasm architecture This commit adds the js/wasm architecture to the os package. Access to the actual file system is supported through Node.js. Updates #18892 Change-Id: I6fa642fb294ca020b2c545649d4324d981aa0408 Reviewed-on: https://go-review.googlesource.com/109977 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- 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 b5fae59046..5bb63b9bdc 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. -// +build linux netbsd dragonfly nacl +// +build linux netbsd dragonfly nacl js,wasm package os -- cgit v1.3