]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow go:wasmimport in syscall
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 05:25:18 +0000 (22:25 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 30 Mar 2023 18:50:54 +0000 (18:50 +0000)
commited9744dff5341ab692154eab1e6e0f1a3c138733
tree7aa4dd286a8804bb55f69a096d86e0aa8c5a513d
parent92261b38638af61a3aae2fdc48fd0b9f0cbff096
cmd/compile: allow go:wasmimport in syscall

The go:wasmimport compiler directive is used by the wasi port
to access host APIs, some of need to implemented in the syscall
package.

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: I3851e154c6989094effcd25bba5864faa133564e
Reviewed-on: https://go-review.googlesource.com/c/go/+/479615
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
src/cmd/compile/internal/noder/noder.go