pub(crate) fn signature_types( function: &MirFunction, ) -> (Vec<ValType>, Vec<ValType>)
Build the WASM function signature for a MIR function.