Use precompiled Erlang modules
tynanbe opened this issue · 3 comments
tynanbe commented
MixGleam
should use precompiled Erlang modules when Gleam projects provide them.
lpil commented
I don't think this is the job of MixGleam as it knows how to compile Gleam, there would be no advantage to using the precompiled Erlang. Instead we want this feature in Mix itself.
tynanbe commented
That makes sense, but MixGleam's detection of when to compile Gleam versus when Mix will use the precompiled Erlang might need updating once that happens.
lpil commented
I'll close this for now, we'll make a new issue for that when we know more