Function wasmer_wasix::bin_factory::load_executable_from_filesystem

source ยท
async fn load_executable_from_filesystem(
    fs: &dyn FileSystem,
    path: &Path,
    rt: &(dyn Runtime + Send + Sync),
) -> Result<Executable, Error>