From b8218dbe1b4eed35d64f792a580b893cb4ed0748 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 24 Oct 2020 22:05:30 +0800 Subject: [PATCH] docs(wasi): mark sched_yield as implemented (denoland/deno#8055) This marks sched_yield as implemented, it is a no-op but will probably always be and we have passing tests for it. --- wasi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasi/README.md b/wasi/README.md index bfc5c801ef6d..1f78e9ac7236 100644 --- a/wasi/README.md +++ b/wasi/README.md @@ -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