Stream: wasi

Topic: fd_seek in p2


view this post on Zulip appcypher (Apr 12 2024 at 20:05):

What is preview2 equivalent of fd_seek? Can't find a seek method in wasi:filesystem/types@0.2.0

view this post on Zulip Dan Gohman (Apr 12 2024 at 20:07):

The read-via-stream and write-via-stream functions take an offset and produce a stream for reading and writing from that offset, respectively.


Last updated: Nov 22 2024 at 16:03 UTC