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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
We use
libc::execv
directly because it's simple and works on Unix, but it's hard to make it work properly with non-ASCII chars.Here's the plan:
_wexec
from the win32 API in Rust_wexec
instead ofexec
Note:
exec-rs
sadly can't be used, because it useslibc::execv
as well :/The text was updated successfully, but these errors were encountered: