wasmer_wasix::syscalls::wasix::thread_spawn

Function call_module_internal

Source
fn call_module_internal<M: MemorySize>(
    env: &WasiFunctionEnv,
    store: &mut Store,
    start_ptr_offset: M::Offset,
) -> Result<(), DeepSleepWork>