fn wasm_functype<'tcx>( tcx: TyCtxt<'tcx>, fn_abi: &FnAbi<'tcx, Ty<'tcx>>, def_id: DefId, ) -> String
The webassembly type signature for the given function.
Used by the .functype directive on wasm targets.
.functype