ProcExitFunctionHandle
Handler for the WasiPreview1HostFunction.PROC_EXIT function.
Throws ProcExitException that should be handled by WASM runtime adapter.
An exit code of 0 indicates successful termination of the program. The meanings of other values is dependent on the environment.
Functions
Link copied to clipboard
Throws ProcExitException that should be handled by WASM runtime adapter