Crate wasmer_vfs
source ·Modules
Structs
Enums
Error type for external users
Determines the mode that stdio handlers will operate in
Traits
Trait needed to get downcasting from
VirtualFile
to work.This trait relies on your file closing when it goes out of scope via
Drop