Function wasmer_wasix::syscalls::wasix::proc_exec3::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