wasi_common::snapshots::preview_0::wasi_unstable

Function proc_exit

Source
pub async fn proc_exit(
    ctx: &mut impl WasiUnstable,
    memory: &mut GuestMemory<'_>,
    arg0: i32,
) -> Result<()>