Cross compiling elixir/phoenix apps with zig

I saw a tweet where elixir apps was compiled with zig. Could this help us in future?

1 Like

Might have to compile Erlang with zig for that to work.

I compiled my bakeware project with zig without any worries. The bundled runtime would also need to be compiled with zig for cross compilation of single file executables.

2 Likes