wasi::wasi_snapshot_preview1

Function proc_exit

Source
pub unsafe extern "C" fn proc_exit(arg0: i32) -> !
Expand description

Terminate the process normally. An exit code of 0 indicates successful termination of the program. The meanings of other values is dependent on the environment.