Compile Gleam to JavaScript as part of the build step

The current way is to commit binary to your repo.

When using anything custom or one of the binaries not included in Netlify’s build image, you have to commit the binary to your repo. There’s a chance that you could write a script to download the binary using curl, however this is not tested. If you do get it to work this or some other way, do let us know.

1 Like