What is preview2 equivalent of fd_seek? Can't find a seek method in wasi:filesystem/types@0.2.0
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