ModularM
Modular3y ago
5 replies
moosems_yeehaw

c++ interop in executables

I want to work on making a small qt interop binding with Mojo which will require c++ interop. My question is: when I compile my binary executable, will the necessary c++ files get compiled and added to the binary as well (so it can be distributed)? Can I static linking them and add them to the executable? What will distribution look like for mojo files?
Was this page helpful?