Module wasmer_wasix::fs

source Β·

Modules§

  • fd πŸ”’
  • fd_list πŸ”’
    A very simple data structure for holding the FDs a WASI process is using. Keeps track of the first unused (i.e. freed) FD, which is slightly faster than doing a linear search of the entire array each time. Note, The Unix spec requires newly allocated FDs to always be the lowest-numbered FD available.
  • inode_guard πŸ”’
  • notification πŸ”’

Structs§

Enums§

  • Guard the cleans up the selector registrations
  • The core of the filesystem abstraction. Includes directories, files, and symlinks.

Constants§

Functions§