Function wasmer_package::package::manifest::make_relative_path

source ยท
fn make_relative_path(
    path: &Path,
    base_dir: &Path,
) -> Result<PathBuf, ManifestError>
Expand description

Resolve an item relative to the base directory, returning an error if the file lies outside of it.