__proc_exit
Terminates the WebAssembly module execution with the given exit status.
Signature
Return Value
Returns void.
Notes
- This is a no-return function
- The runtime will clean up resources after this call
Terminates the WebAssembly module execution with the given exit status.
Returns void.