File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,10 @@ wasi-http is currently in [Phase 2](https://github.com/WebAssembly/WASI/blob/mai
14
14
* David Justice
15
15
* Luke Wagner
16
16
17
- ### Phase 4 Advancement Criteria
17
+ ### Portability Criteria for Phase 4
18
18
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.
26
21
27
22
### Introduction
28
23
You can’t perform that action at this time.
0 commit comments