+ also write the functype of imported functions in the linker map file

This commit is contained in:
Nikolay Nikolov 2023-12-31 21:50:18 +02:00
parent 52f0ec579e
commit da8ccd64ef

View File

@ -4108,7 +4108,7 @@ implementation
end;
newdll:=True;
if assigned(exemap) then
exemap.Add(' Importing Function ' + ImportSymbol.Name);
exemap.Add(' Importing Function ' + ImportSymbol.Name + TWasmObjSymbol(exesym.ObjSymbol).LinkingData.FuncType.ToString);
end;
end;
end;