Function proc_exit

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