Pre-opened directory resources are now supported; update the docs.

This commit is contained in:
Dan Gohman
2019-03-28 13:06:48 -07:00
parent f53ed6d8ee
commit 05a05551ba

View File

@@ -15,11 +15,8 @@ information, and the [WASI Tutorial](WASI-tutorial.md) for a walkthrough
showing how various pieces fit together. showing how various pieces fit together.
Note that everything here is a prototype, and while a lot of stuff works, Note that everything here is a prototype, and while a lot of stuff works,
there are numerous missing features and some rough edges. One big thing there are numerous missing features and some rough edges. For example,
that's not done yet is the actual mechanism to provide a directory as a networking support is incomplete.
pre-opened capability, to allow files to be opened. Some of the pieces
are there (`__wasilibc_register_preopened_fd`) but they're not used yet.
Networking support is also incomplete.
## How can I write programs that use WASI? ## How can I write programs that use WASI?