Function wit_bindgen_core::abi::post_return
source · pub fn post_return(
resolve: &Resolve,
func: &Function,
bindgen: &mut impl Bindgen
)
Expand description
Used in a similar manner as the Interface::call
function except is
used to generate the post-return
callback for func
.
This is only intended to be used in guest generators for exported
functions and will primarily generate GuestDeallocate*
instructions,
plus others used as input to those instructions.