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
feat(path): enable Path and friends on wasip2 without the feature
Unfortunately, `OsStrExt` and `OsStringExt` require the wasip2 feature
on wasip2 so we can't use `as_bytes()` on `OsStr` and friends. However,
the recommendation on the upstream issue [1] is to just use `to_str` as
WASI paths are unicode.
[1]: rust-lang/rust#130323 (comment)
0 commit comments