New on Forem: “StaticCompiler - Generating small binaries"

Yes, Vector{Int} is off the table. Either use MallocArrays or define your own vector type, like I did in Successful Static Compilation of Julia Code for use in Production. That also contains some discussion of how to call it from Python.

2 Likes