Function wasmer_wasix::fs::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.