]> Cypherpunks repositories - gostls13.git/commit
syscall: add remaining wasip1 files
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 06:16:43 +0000 (23:16 -0700)
committerJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Thu, 6 Apr 2023 20:58:35 +0000 (20:58 +0000)
commit57b4df2188388d190fa4f5385f8052c008f9c7a5
treef068aacc2d0c34f48c5ece64e964075ffa30b02e
parent0c89487b1d9bac744091a5ff2a09541c71b66b85
syscall: add remaining wasip1 files

Implements filesystem, networking and os interactions.

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: If5c43ad5bd2955e6d2d4e2822fd68bce89ca786c
Reviewed-on: https://go-review.googlesource.com/c/go/+/479619
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
src/syscall/dirent.go
src/syscall/env_unix.go
src/syscall/export_wasip1_test.go [new file with mode: 0644]
src/syscall/fs_wasip1.go [new file with mode: 0644]
src/syscall/fs_wasip1_test.go [new file with mode: 0644]
src/syscall/net_wasip1.go [new file with mode: 0644]
src/syscall/os_wasip1.go [new file with mode: 0644]
src/syscall/syscall_wasip1.go [new file with mode: 0644]
src/syscall/tables_wasip1.go [new file with mode: 0644]
src/syscall/timestruct.go