|
|
|
|
|
by cbkeller
1908 days ago
|
|
Currently you can make a relocatable “bundle” / “app” with PackageCompiler.jl, but the bundle itself includes a Julia runtime. Making a nice small static binary is technically possible using an approach similar to what GPUCompiler.jl does, but the CPU equivalent of that isn’t quite ready for primetime. |
|
Do you happen have any links to the static binary procedure? Or links to the current state of efforts for this?