Struct wasmer_vfs::static_fs::StaticFileSystem
source · pub struct StaticFileSystem {
pub package: String,
pub volumes: Arc<IndexMap<String, Volume<'static>>>,
pub memory: Arc<MemFileSystem>,
}
Expand description
Custom file system wrapper to map requested file paths
Fields§
§package: String
§volumes: Arc<IndexMap<String, Volume<'static>>>
§memory: Arc<MemFileSystem>