Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

update information message for windows

+2 -1
+2 -1
compiler-cli/src/export.rs
··· 85 85 Your Erlang shipment has been generated to {path}. 86 86 87 87 It can be copied to a compatible server with Erlang installed and run with 88 - the entrypoint.sh script. 88 + the {file} script. 89 89 90 90 {entrypoint} 91 91 ", 92 92 path = out, 93 + file = ENTRYPOINT_FILENAME, 93 94 entrypoint = entrypoint, 94 95 ); 95 96