You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verbatim paths on Windows are not well supported,
e.g. "\\\\?\\C:\\Users..." while technically valid, causes some fs api's like `exists` to fail errantly.
The fix is to use a third party lib normpath to normalize the path to the wasm
binary.
Related issue: rust-lang/cargo#9770
Signed-off-by: Bailey Hayes <behayes2@gmail.com>
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
0 commit comments