wasi: better poll_oneoff and fix test behavior #26
Annotations
8 errors and 2 warnings
Run tinygo build ./cmd/wazero:
internal/sysfs/w_sock_fd.go#L15
cannot use f.tl (variable of type *net.TCPListener) as syscall.Conn value in argument to syscallConnControl: *net.TCPListener does not implement syscall.Conn (missing method SyscallConn)
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L21
undefined: pollFd
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L24
undefined: newPollFd
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L24
undefined: _POLLIN
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L26
undefined: newPollFd
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L26
undefined: _POLLOUT
|
Run tinygo build ./cmd/wazero:
internal/sysfs/w_poll.go#L32
undefined: _poll
|
Run tinygo build ./cmd/wazero
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading