Skip to content

Commit

Permalink
docs(wasi): mark sched_yield as implemented (denoland/deno#8055)
Browse files Browse the repository at this point in the history
This marks sched_yield as implemented, it is a no-op but will probably
always be and we have passing tests for it.
  • Loading branch information
caspervonb authored and denobot committed Feb 1, 2021
1 parent cb49d52 commit b8218db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This module provides an implementation of the WebAssembly System Interface.
- [x] poll_oneoff
- [x] proc_exit
- [ ] proc_raise
- [ ] sched_yield
- [x] sched_yield
- [x] random_get
- [ ] sock_recv
- [ ] sock_send
Expand Down

0 comments on commit b8218db

Please sign in to comment.