Function wasmer_wasix::bin_factory::spawn_exec
source · pub async fn spawn_exec(
binary: BinaryPackage,
name: &str,
store: Store,
env: WasiEnv,
runtime: &Arc<dyn Runtime + Send + Sync + 'static>
) -> Result<TaskJoinHandle, SpawnError>