Bakeware: Compile any Elixir application into a single binary
1–10 of 32 posts
Re: Bakeware: Compile any Elixir application into a single binary
#2Are there disadvantages to this process?
Re: Bakeware: Compile any Elixir application into a single binary
#3Re: Bakeware: Compile any Elixir application into a single binary
#4My holy grail would be to (somehow) create a release on Windows (my dev system) and deploy on Linux (our prod servers). However, I have little hope because of the Erlang binaries requirement. Still, you can always hope :)
Re: Bakeware: Compile any Elixir application into a single binary
#5I don't know much about elixir but I'm interested. Are there disadvantages to this process?
Re: Bakeware: Compile any Elixir application into a single binary
#6I'm currently learning Elixir and the biggest initial hurdle was how to actually create an application. Most tutorials teach you through iex but rarely how to actually write a running program or library.
Things like "mix run" wouldn't work until I created an app with mix new, then I had to visit the rabbit hole of genservers and supervisors, etc...
It's a little complex for beginners and could use some polishing. I can't say that I truly understand it still.
Re: Bakeware: Compile any Elixir application into a single binary
#7My holy grail would be to (somehow) create a release on Windows (my dev system) and deploy on Linux (our prod servers). However, I have little hope because of the Erlang binaries requirement. Still, you can always hope :)
You can do this with WSL or Docker, can you not?
Re: Bakeware: Compile any Elixir application into a single binary
#8Earlier quoted context omitted.
You can do this with WSL or Docker, can you not?
I not really sure I don't use WSL nor docker. Even if it was possible I'd really prefer a native solution...
Re: Bakeware: Compile any Elixir application into a single binary
#9My holy grail would be to (somehow) create a release on Windows (my dev system) and deploy on Linux (our prod servers). However, I have little hope because of the Erlang binaries requirement. Still, you can always hope :)