gleam-lang/mix_gleam

Use precompiled Erlang modules

tynanbe opened this issue · 3 comments

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.

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