Tristan de Cacqueray
87672f7059
doc: fix WASI-api link ( #5912 )
2023-03-02 13:22:33 +00:00
Kk Shinkai
e6f110dc2f
Fix document formatting ( #3990 )
2022-04-04 09:05:40 -05:00
Dan Gohman
fbe29da5cc
Miscelaneous docs updates and fixes. ( #1249 )
...
Update references to things in CraneStation which have moved, WASI documentation
which has moved to the WASI repo, and fix a few typos.
2020-03-08 16:11:17 +01:00
Sendil Kumar
ab8f8ef5d8
Adds an explicit way to use the args inside the WebAssembly Module
2019-06-19 07:10:56 -07:00
Dan Gohman
26cbbaab41
Clarify that path_open's path is a relative path.
2019-04-29 07:34:28 -07:00
Joel Martin
b8fbae29e1
WASI-api.md: fix fsync -> fcntl
2019-04-18 13:25:40 -07:00
Dan Gohman
a99107203e
Document the preopened file descriptor range.
2019-04-16 11:00:18 -07:00
Dan Gohman
d722b354db
Miscellaneous tidying in the API docs.
...
- Don't include an extra "*" in type of Output arguments.
- Fix the summary of environ_sizes_get.
- Put fs_rights_base and fs_rights_inherinting arguments on separate lines.
- Sort fd_prestat_dirname alphabetically before fd_prestat_get.
2019-04-16 11:00:18 -07:00
Dan Gohman
9b1cd4bc7b
Document __wasi_preopentype_t and __wasi_prestat_t.
2019-04-16 11:00:18 -07:00
Dan Gohman
f53ed6d8ee
Document that random_get can block.
2019-03-29 11:59:09 -07:00
Dan Gohman
4fd7c4b931
Document the constraints on path_open's returned file descriptor.
...
Whether the downsides in POSIX and existing application compatibility
outweigh the benefits of thread safety remains an open question.
Right now, this note is just documenting the current behavior.
2019-03-28 10:42:48 -07:00
Dan Gohman
b2fefe7714
WASI prototype design, implementation, and documentation.
...
This adds documents describing the WASI Core API, and an implementation in
Wasmtime.
2019-03-27 10:58:43 -07:00