Function wasm_functype

Source
fn wasm_functype<'tcx>(
    tcx: TyCtxt<'tcx>,
    fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
    def_id: DefId,
) -> String
Expand description

The webassembly type signature for the given function.

Used by the .functype directive on wasm targets.