Struct wasmer_vfs::webc_fs::WebcFileSystem
source · pub struct WebcFileSystem<T>where
T: Debug + Send + Sync + 'static,{
pub package: String,
pub webc: Arc<T>,
pub memory: Arc<MemFileSystem>,
}
Expand description
Custom file system wrapper to map requested file paths
Fields§
§package: String
§webc: Arc<T>
§memory: Arc<MemFileSystem>