Function wasmer_wasix::runtime::package_loader::load_package_tree::filesystem_v3
source ยท fn filesystem_v3(
packages: &HashMap<PackageId, Container>,
pkg: &ResolvedPackage,
root_is_local_dir: bool,
) -> Result<Box<dyn FileSystem + Send + Sync>, Error>
Expand description
Build the filesystem for webc v3 packages.