I would like to embed Wren into my application and provide a proper set of pre-packaged modules for the APIs. However, doing so would leave me with a whole lot separate files that would all need to be bundled within.
The whole library would be maintained in a lib/
source folder.
Now, what options do I have to do so? There would be windres
on Windows - but I am wanting to work cross-platform. Therefore, that option falls out of the choices.