From 01450e9ce70dcd637f8bcf00a60e0443df3ab603 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 29 Nov 2023 14:38:32 -0800 Subject: [PATCH] Update README.md: fill in Portability Criteria (#61) * Update README.md Phase 4 Advancement Criteria got renamed to Portability Criteria in https://github.com/WebAssembly/WASI/pull/549, so rename it in this document. Also, this document never got the portability criteria filled in, but we have assigned it the same criteria as was filled in for wasi-poll, which got merged with this package in https://github.com/WebAssembly/wasi-io/pull/46 * Update README.md * Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71e23ce..c6afab5 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ WASI-io is currently in [Phase 2]. - Dan Gohman -### Phase 4 Advancement Criteria +### Portability Criteria -WASI I/O has not yet proposed its phase-4 advancement criteria. +WASI I/O must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux. -We anticipate it will involve ensuring it works well for streaming files, sockets, and pipes, and is usable from wasi-libc for implementing POSIX APIs. +WASI I/O must have at least two complete independent implementations. ## Table of Contents