]> Cypherpunks repositories - gostls13.git/commit
runtime: add remaining wasip1 files
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 06:11:55 +0000 (23:11 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 6 Apr 2023 17:48:24 +0000 (17:48 +0000)
commitbe50055eef0f460695adb8db2b130392dc367fe7
treede5f16a5f94368df7f74c1eb648e159841c2bafd
parentc02fa75086dbc6db0d90f477e7b4c839140fdeb2
runtime: add remaining wasip1 files

Implements OS interactions and memory management.

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: I876e7b033090c2fe2d76d2535bb63d52efa36185
Reviewed-on: https://go-review.googlesource.com/c/go/+/479618
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>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
19 files changed:
src/internal/testenv/testenv.go
src/runtime/lock_wasip1.go [new file with mode: 0644]
src/runtime/mem_js.go
src/runtime/mem_wasip1.go [new file with mode: 0644]
src/runtime/mem_wasm.go [new file with mode: 0644]
src/runtime/netpoll.go
src/runtime/netpoll_fake.go
src/runtime/os_js.go
src/runtime/os_wasip1.go [new file with mode: 0644]
src/runtime/os_wasm.go [new file with mode: 0644]
src/runtime/pprof/pprof_test.go
src/runtime/pprof/proto_test.go
src/runtime/runtime_test.go
src/runtime/semasleep_test.go
src/runtime/stubs2.go
src/runtime/stubs3.go
src/runtime/sys_wasm.s
src/runtime/timestub2.go
src/runtime/trace/trace_test.go