mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
docs(std/wasi): mark sched_yield as implemented (#8055)
This marks sched_yield as implemented, it is a no-op but will probably always be and we have passing tests for it.
This commit is contained in:
parent
2a83b22385
commit
9adbca6d19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue