Dynamic Foreign Interface

Runtime systems cannot dynamically load (additional) foreign code. However, they can load QOF files and if those have object file dependencies then the object files will be dynamically loaded at that time.

It is possible to dynamically load foreign code into a stand-alone program using load_foreign_executable/1 or load_foreign_files/2.