Function wasmer_wasix::runtime::package_loader::load_package_tree::filesystem
source ยท fn filesystem(
packages: &HashMap<PackageId, Container>,
pkg: &ResolvedPackage,
root_is_local_dir: bool,
) -> Result<Box<dyn FileSystem + Send + Sync>, Error>
Expand description
Given a set of ResolvedFileSystemMapping
s and the [Container
] for each
package in a dependency tree, construct the resulting filesystem.