Filestat record — file / directory attributes.
JS-native shape of preview1's filestat. Raw pointers and numeric hashes never leave the WASIX class — the provider works with this structured view and wasix.ts marshals it into guest memory.
filestat
wasix.ts
Device ID of device containing the file.
File type (regular / directory / …).
Inode — unique identifier within its filesystem.
Number of hard links.
Size in bytes.
Last data access / modification / status-change timestamps.
Filestat record — file / directory attributes.
JS-native shape of preview1's
filestat. Raw pointers and numeric hashes never leave the WASIX class — the provider works with this structured view andwasix.tsmarshals it into guest memory.