Crate wasmer_vfs

Source

Modules§

host_fs
mem_fs
static_fs
webc_fs

Structs§

DirEntry
FileDescriptor
FileType
Metadata
OpenOptions
OpenOptionsConfig
ReadDir

Enums§

FsError
Error type for external users
StdioMode
Determines the mode that stdio handlers will operate in

Traits§

FileOpener
FileSystem
Upcastable
Trait needed to get downcasting from VirtualFile to work.
VirtualFile
This trait relies on your file closing when it goes out of scope via Drop

Type Aliases§

Result