wasmer_wasix::syscalls::wasix::proc_exec3

Function find_executable_in_path

Source
pub(crate) fn find_executable_in_path<'a>(
    fs: &WasiFs,
    inodes: &WasiInodes,
    path: impl IntoIterator<Item = &'a str>,
    file_name: &str,
) -> FindExecutableResult