how to make an exe in mojo

how can you build a windows executable with mojo
3 Replies
orangepi
orangepi2y ago
just do mojo build <filename>.mojo then do the following to the built binary ./<filename>
legitbox
legitboxOP2y ago
thank you
ranyan
ranyan2y ago
However, we have not successfully compiled any cases on Windows, except for using WSL2。it just give me a ELF-file

Did you find this page helpful?