Gleescript – Bundle Gleam-on-Erlang project into an executable file
6 months ago
- #Gleam
- #escript
- #Erlang
- Add the gleescript package to your Gleam project to bundle it into an escript.
- Use the command `gleam run -m gleescript` to generate the escript.
- The generated escript can run on any computer with the Erlang VM installed.
- Older Erlang VM versions may not support newer bytecode in the escript.
- Use the `--out` flag to specify a different directory for the escript output.