tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Using BinaryBuilder.jl, or Cmake.jl or CmakeWrapper.jl #32

Closed aminya closed 3 years ago

aminya commented 4 years ago

We can generalize the exegen code if we use BinaryBuilder.jl, Cmake.jl or CmakeWrapper.jl. This has many benefits.

The code: https://github.com/tshort/StaticCompiler.jl/blob/9deca58f69bcd88d2ddf82590d1f643138856201/src/helpers/standalone-exe.jl#L76-L150