Skip to content

milkteaaa/LuaJIT-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaJIT Wrapper

ROBLOX Lua Wrapper made using Lua 5.1 Just-In-Time compiler

What is LuaJIT?

LuaJIT is a Just-In-Time compiler, with a fast Lua VM optimized for faster script performance. This helps the wrapper to run Lua faster than executing with normal Lua VM.

Contributors

  • yuuki#9999 | Project owner
  • Virtualization#1337 | Implemented LuaJIT
  • Vegie#0001 | Helped me getting LuaJIT running