1
0
Fork 0
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:
Casper Beyer 2020-10-24 22:05:30 +08:00 committed by GitHub
parent 2a83b22385
commit 9adbca6d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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