Skip to content

Commit

Permalink
Change the portability criteria (WebAssembly#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner authored Nov 16, 2023
1 parent 5246872 commit 2befff6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ wasi-http is currently in [Phase 2](https://github.com/WebAssembly/WASI/blob/mai
* David Justice
* Luke Wagner

### Phase 4 Advancement Criteria
### Portability Criteria for Phase 4

WASI-http must have at least two complete independent implementations. One
implementation must execute in a browser and may be implemented in terms of the
[Fetch API] using JavaScript. The other implementation must be implemented
in a non-browser WebAssembly runtime and demonstrate embeddability in a
Web server.

[Fetch API]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
WASI-http must have at least two complete independent implementations
demonstrating embeddability in a production HTTP server context.

### Introduction

Expand Down

0 comments on commit 2befff6

Please # to comment.