Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 553 Bytes

Luau extensions

Bring back PUC Rio lua functionality into luau. Mostly used for BYOGE.

  • Equivalent require
    • Optional "Sandbox" require with PhysFS
  • IO System access
    • Optional "Sandbox" io access with PhysFS
  • LSP support for libs
    • iolib.d.luau

Dependencies:

To integrate Luau extensions into your CMake application projects, at the minimum you'll need to depend on Luau.Compiler and Luau.VM projects from the Luau repos. Luau.Compiler dependency will eventually be optional through a define.