Skip to end of banner
Go to start of banner

LuaJIT

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.

https://luajit.org/luajit.html

Status

LuaJIT is only made available as source code from a git repository. To access this repository, you need to install the git command for your operating system. Please refer to the git version control systemdocumentation for details.

The read-only public git repository can be cloned (downloaded) with the following command:

git clone https://luajit.org/git/luajit.git

LuaJIT will be enabled for Windows on Arm in their 2.1 builds. The PR for supporting WoA is https://github.com/LuaJIT/LuaJIT/issues/593

  • No labels