Hello PyOxidizers,
I am newbie to this project, and just want to check out if it is feasible to build a dynamic shared library (.so, .dylib or .dll) instead of an executable, to use in non-rust projects.
I read that in [1] an option "pyoxidizer build-library" but this is not currently available, i.e.: "error: The subcommand 'build-library' wasn't recognized".
It is actually possible to compile a Python project to a shared library using pyoxidizer?
Any examples out there?
Best regards,
Martin