]> Cypherpunks.ru repositories - gostls13.git/commit
os: add wasip1 support
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 17:18:26 +0000 (10:18 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 7 Apr 2023 23:34:21 +0000 (23:34 +0000)
commit66cac9e1e4877ac7e66f888b0599a7a4a5787b76
treeb9fdd04c774f04886e6852abc5a098c46e057f12
parentdd21a77bfae041eefe7b02ab5a40a7c4d3403f8d
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>
38 files changed:
src/os/dir_unix.go
src/os/dirent_wasip1.go [new file with mode: 0644]
src/os/error_posix.go
src/os/error_unix_test.go
src/os/exec/internal/fdtest/exists_js.go [deleted file]
src/os/exec/internal/fdtest/exists_unix.go
src/os/exec/lp_wasm.go [moved from src/os/exec/lp_js.go with 97% similarity]
src/os/exec_posix.go
src/os/exec_unix.go
src/os/executable_procfs.go
src/os/executable_wasm.go [new file with mode: 0644]
src/os/export_unix_test.go
src/os/file_open_unix.go [new file with mode: 0644]
src/os/file_open_wasip1.go [new file with mode: 0644]
src/os/file_posix.go
src/os/file_unix.go
src/os/os_test.go
src/os/os_unix_test.go
src/os/path_unix.go
src/os/pipe_test.go
src/os/pipe_unix.go
src/os/pipe_wasm.go [new file with mode: 0644]
src/os/rawconn_test.go
src/os/read_test.go
src/os/removeall_test.go
src/os/signal/signal_unix.go
src/os/stat_unix.go
src/os/stat_wasip1.go [new file with mode: 0644]
src/os/sticky_bsd.go
src/os/sticky_notbsd.go
src/os/sys_bsd.go
src/os/sys_wasip1.go [new file with mode: 0644]
src/os/timeout_test.go
src/os/user/listgroups_stub.go
src/os/user/listgroups_unix.go
src/os/user/listgroups_unix_test.go
src/os/user/lookup_unix.go
src/os/wait_unimp.go