[−][src]Crate wasi_common
Re-exports
pub use virtfs::FileContents; |
pub use virtfs::VirtualDirEntry; |
Modules
| fs | A very experimental module modeled providing a high-level and safe
filesystem interface, modeled after |
| old | |
| snapshots | |
| virtfs | |
| wasi | Types and constants shared between 32-bit and 64-bit wasi. Types involving
pointer or |
Structs
| HandleRights | Represents rights of a |
| OsDir | A directory in the operating system's file system. Its impl of |
| OsFile | A file backed by the operating system's file system. Dereferences to a
|
| OsOther |
|
| WasiCtx | |
| WasiCtxBuilder | A builder allowing customizable construction of |
Enums
| WasiCtxBuilderError | Possible errors when |
Traits
| Handle | Generic interface for all WASI-compatible handles. We currently group these into two groups: |
Functions
| preopen_dir |