mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
Merge remote-tracking branch 'origin/master' into wasix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user