tshort / StaticCompiler.jl

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

Support compilation of shared library (DLL) for Windows #160

Closed daizutabi closed 1 month ago

daizutabi commented 1 month ago

Update compile_shlib() and related functions to create DLL files for Windows.

brenhinkeller commented 1 month ago

Looks like all CI that should be passing is passing!