bytebox
bytebox copied to clipboard
WASI: implement the rest of preview1 functions
As of this writing, wasi-testsuite does not have full coverage of the functions in preview1, and as a result the untested functions have not been implemented. To reach parity with other runtimes, bytebox still needs to implement:
- [ ] fd_datasync
- [ ] fd_sync
- [ ] path_link
- [ ] path_readlink
- [ ] path_rename
- [ ] poll_oneoff
- [ ] sched_yield
- [ ] sock_accept
- [ ] sock_recv
- [ ] sock_send
- [ ] sock_shutdown