The luaToEXE project provides several ready-to-use tools for compiling .lua
files into standalone, dependency-free .exe
executables.
These include:
- Command-line tool: exelua
- Python library: lua-to-exe
Please refer to the respective documentation for usage tutorials.
Platform limitation: Windows 32/64-bit
Supported Lua versions: See the query function provided by each sub-tool
The conversion capability of this project is based on:
- srlua: A tool for packaging
.lua
files into directly executable.exe
files.