pub static PREPARE_CALL_FIXED_PARAMS: &[ValType]
Expand description
Fixed parameter types for the prepare_call
built-in function.
Note that prepare_call
also takes a variable number of parameters in
addition to these, determined by the signature of the function for which
we’re generating an adapter.