[][src]Crate ipcs_runtime

Functions

_ipcs_arg_count
_ipcs_arg_len
_ipcs_arg_read
_ipcs_ret
arg_buf
arg_count
ret

Attribute Macros

entrypoint

Check the function provided to be in correct format and generate actual entrypoint, which will invoke this function. TODO: This will be replaced by more general solution, where the actual function will not have to execute static functions to load arguments (either by providing streams, or some other abstraction