Merge remote-tracking branch 'origin/master' into wasix

This commit is contained in:
Christoph Herzog
2023-01-28 08:30:02 +01:00
27 changed files with 463 additions and 709 deletions

View File

@@ -53,5 +53,5 @@ pub fn get_cache_dir() -> PathBuf {
}
pub(crate) fn normalize_path(s: &str) -> String {
s.strip_prefix(r"\\?\").unwrap_or(s).to_string()
wasmer_registry::utils::normalize_path(s)
}