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.
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.