From f69855022fa081122c69171e0fa16a12fb9cab46 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 29 Nov 2023 13:46:20 -0800 Subject: [PATCH 1/3] 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71e23ce..20b39f9 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-io 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-io must have at least two complete independent implementations. ## Table of Contents From 60486c6e8dc5cd25575b19d1c3094bc48f292bec Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 29 Nov 2023 13:50:21 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20b39f9..9f717e3 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ WASI-io is currently in [Phase 2]. ### Portability Criteria -wasi-io must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux. +WASI io must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux. -wasi-io must have at least two complete independent implementations. +WASI io must have at least two complete independent implementations. ## Table of Contents From 436132a7a5a226f12fc2aae458549f5122464efd Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 29 Nov 2023 14:36:50 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f717e3..c6afab5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ WASI-io is currently in [Phase 2]. ### Portability Criteria -WASI io must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux. +WASI I/O must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux. -WASI io must have at least two complete independent implementations. +WASI I/O must have at least two complete independent implementations. ## Table of Contents