pub fn guest_export_needs_post_return(
    resolve: &Resolve,
    func: &Function
) -> bool
Expand description

Returns whether the Function specified needs a post-return function to be generated in guest code.

This is used when the return value contains a memory allocation such as a list or a string primarily.