Welcome to portable-lua
With This executable you can create a Really portable lua project in Seconds.
Getting Started
The Easiest Way 😅!!
C:\> type CON >> hello.lua
print("Hello, World!")
^Z
C:\> copy /b lua.exe+hello.lua hello.exe
lua.exe
hello.lua
1 file(s) copied.
C:\> hello.exe
Hello, World!
Features
- Support Embedding lua modules
- Support Embedding lua C modules (Experimental)
- Support Embedding lua C modules Dependencies (Experimental)