Hi.
Is it possible to provide julia dll along with my exe file, so it could be run on a PC without julia installation?
I found out an example to dynamically load julia (which is quite old)
But how to provide julia modules?
Is it possible to tell julia location of modules it should be able to use?
I cant understand artifact system from its description.
(From CxxWrap module description i know its possible to specify location of modules trough yaml files in artifact, but how to do thing without julia installation)
And it say everything is simple, copy bin, lib, include, packages into my app folder.
Set configs to cmake and dynamically load library (with get pointres to functions from dll as always, and as it done in DynamicallyLoadedEmbedding.jl:)