CustomFile
in mem_fs
can only be read once
#5375
Labels
bug
Something isn't working
📦 lib-vfs
About wasmer-vfs
lib-wasix
Issues related to the WASIX toolchain.
priority-medium
Medium priority issue
More context: #5374
Running mounted commands was broken because
CustomFile
is backed by aVirtualFile
, andVirtualFile
stores its offset whereas other file types are just pointers to file data. The issue was worked around in #5374, but more uses ofcopy_reference
(which createsCustomFile
s) exist and I'm not sure what other code paths are broken as a result.The text was updated successfully, but these errors were encountered: