4 Replies
If you mean shared Objects then yeah I asked this question before to which the answer is Yes but it's not actually properly supported and will likley be broken in the future... if instead you mean just a library to use in other projects then yes AND it's supported and documented under these two links
https://docs.modular.com/mojo/cli/package
https://docs.modular.com/mojo/manual/packages
mojo package | Modular Docs
Compiles a Mojo package.
Modules and packages | Modular Docs
Learn how to package Mojo code for distribution and importing.
GitHub
GitHub - ihnorton/mojo-ffi: Mojo FFI demos: dynamic linking methods...
Mojo FFI demos: dynamic linking methods, and a static linking proof-of-concept - ihnorton/mojo-ffi
Can this be used to run python function (maybe via mojo proxy funcion) or is interpreter not initialised?