Skip to content

Commit 01e3b75

Browse files
committed
Change the MVP to focus just on versioning, feature detection, and namespacing.
Per discussion in the WASI-05-02.md meeting change the MVP description to scope it to just versioning, feature detection, and namespacing.
1 parent 549270e commit 01e3b75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/HighLevelGoals.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
interact with the outside world, that preserves the essential sandboxed
88
nature of WebAssembly through a [Capability-based] API design.
99
2. Specify and implement incrementally:
10-
* Start with a Minimum Viable Product (MVP) for the standard, covering I/O
11-
streams, filesystems, randomness, clocks, and program startup and
12-
shutdown.
10+
* Start with a Minimum Viable Product (MVP) for the standard, covering
11+
basic API versioning, feature detection, and namespacing.
1312
* Then add additional features, prioritized by feedback and experience.
1413
3. Supplement API designs with documentation and tests, and, when feasible,
1514
reference implementations which can be shared between wasm engines.

0 commit comments

Comments
 (0)