Skip to content

Commit

Permalink
Update README.md: fill in Portability Criteria (#61)
Browse files Browse the repository at this point in the history
* Update README.md

Phase 4 Advancement Criteria got renamed to Portability Criteria in WebAssembly/WASI#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 #46

* Update README.md

* Update README.md
  • Loading branch information
Pat Hickey authored Nov 29, 2023
1 parent df7af5e commit 01450e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 01450e9

Please sign in to comment.