Skip to content

Commit 2befff6

Browse files
authored
Change the portability criteria (#68)
1 parent 5246872 commit 2befff6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ wasi-http is currently in [Phase 2](https://github.com/WebAssembly/WASI/blob/mai
1414
* David Justice
1515
* Luke Wagner
1616

17-
### Phase 4 Advancement Criteria
17+
### Portability Criteria for Phase 4
1818

19-
WASI-http must have at least two complete independent implementations. One
20-
implementation must execute in a browser and may be implemented in terms of the
21-
[Fetch API] using JavaScript. The other implementation must be implemented
22-
in a non-browser WebAssembly runtime and demonstrate embeddability in a
23-
Web server.
24-
25-
[Fetch API]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
19+
WASI-http must have at least two complete independent implementations
20+
demonstrating embeddability in a production HTTP server context.
2621

2722
### Introduction
2823

0 commit comments

Comments
 (0)