An experimental Java library for embedding a Lua VM.
This project allows executing Lua scripts from a Java application. It uses Foreign Function & Memory API (JEP 454) for accessing the Lua C API.
Build scripts generate native interface classes in build/generated/sources/jextract
using Jextract. Scripts download and cache Jextract automatically during the build.
./gradlew dependencyUpdates
./gradlew check