Function wasmer_wasix::syscalls::legacy::snapshot0::poll_oneoff

source ยท
pub fn poll_oneoff<M: MemorySize>(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    in_: WasmPtr<Snapshot0Subscription, Memory32>,
    out_: WasmPtr<Snapshot0Event, Memory32>,
    nsubscriptions: u32,
    nevents: WasmPtr<u32, Memory32>,
) -> Result<Errno, WasiError>
Expand description

Wrapper around syscalls::poll_oneoff with extra logic to add the removed userdata field back