Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASI: implement the rest of preview1 functions #18

Open
11 tasks
rdunnington opened this issue May 4, 2023 · 0 comments
Open
11 tasks

WASI: implement the rest of preview1 functions #18

rdunnington opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rdunnington
Copy link
Owner

rdunnington commented May 4, 2023

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
@rdunnington rdunnington added enhancement New feature or request good first issue Good for newcomers labels May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant