Files
wasmtime/crates/wasi-common/src
Daiki Ueno e70f73211d virtfs file: update cursor position on fd_read (#2070)
* virtfs file: update cursor position on fd_read

If a handle is backed by InMemoryFile, fd_read (turned into
Handle::read_vectored) doesn't update the cursor position properly and
thus prevents the caller from detecting EOF.

* virtfs file: fd_{pread,pwrite}: update offset in iovec iteration

If multiple iovec's are supplied, fd_pread and fd_pwrite previously
access data at the same offset for each iovec.
2020-07-29 14:19:17 +02:00
..
2020-03-20 21:54:44 +01:00
2020-06-13 15:55:01 +02:00
2020-06-30 10:44:42 -07:00
2020-05-21 12:22:47 -07:00
2020-05-21 12:38:06 -07:00