wasmer_wasix::fs

Function merge_filesystems

Source
async fn merge_filesystems(
    source: &dyn FileSystem,
    destination: &dyn FileSystem,
) -> Result<(), FsError>
Expand description

Merge the contents of one filesystem into another.