Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the WASI-tutorial to handle short writes properly. (#991)
If write doesn't write the full buffer, start the next write at the point where the write left off. Also, usize `ssize_t` for the return types of `read` and `write`.
- Loading branch information