Damus
HashTrash4Cash profile picture
HashTrash4Cash
Search static vs dynamic linking.

tl;dr it depends on the language.

Python, Java Script, are dynamically linked.

Golang and some others are statically linked.

C, C++ no simply answer, goes both ways.