Skip to content

RadiatedExodus/LuauCeption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuauCeption

Running Luau inside Luau. Inspired by @Rerumu's LuauInLuau.

Notes

  • There's existing work on getting analysis to work (at the analysis branch), however it doesn't work (code aborts)

Testing

LuauCeption uses lune (runtime) and frktest (library). See src/tests to view the tests stuff.

To run tests, ensure you've initialized submodules (as the frktest library is imported using submodules) and simply run the run.luau script with lune.

The old testing script (Test.luau) at utils/_helpers is still available, however it won't be used or updated for newer work.

Development Setup

  • Make sure to install Rokit and emscripten >5.0.2
  • Also install Wasynth from compiled releases and put in ./utils directory

Special thanks

  • @Rerumu - a LOT of troubleshooting
  • Tryptamine (@Lemonchat) - C exception handling
  • gamerer123 (@Lemonchat) - pointing out a oversight in the V3 implementation (that broke number precision)