About 4 results
Open links in new tab

Windows IEx: when to use the --werl flag - Stack Overflow
Feb 14, 2017 · The docs say no more about when to use the --werl option. Clearly, I am new to Elixir, but this does not seem like an obvious distinction even though this issue was raised …
erlang from windows command line - Stack Overflow
Mar 19, 2017 · werl uses the wxwidget library. Everything is installed automatically if you use the windows binary file. If you have installed from source, then wxwidget must be installed …
Erlang: How to prevent the werl window from closing upon …
Dec 13, 2012 · Something that happens very frequently is that when a window crashes, the werl process is still running in background. Then if you try to start an new process with the same …
How do I tell rebar3 to use werl on Windows? - Stack Overflow
Nov 12, 2020 · ESCRIPT_EMULATOR=werl rebar3 shell Share. Improve this answer. Follow