What are the current available options for creating a shared library to be used by other projects.
It would be incredibly interesting to start experimenting with zig on a smaller scale and use Zig libraries in a current project. Instead of creating a full new project, I am wondering about the current possibilities of integrating a zig library in an existing C++ project.
More of a general thread with links or ideas on how to achieve this. While it’s very good that Zig supports both C and C++ libraries, being able to use Zig in a current project step by step would also likely increase the adoption of Zig, as we could move away parts of a codebase to it little by little.