We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Lua runs on Tilck as well. In order to build it in Tilck's image, run first:
./scripts/build_toolchain -s build_lua
And then, reconfigure Tilck's CMake project to enable lua with:
lua
./scripts/cmake_run -DEXTRA_LUA=1
Finally, rebuild Tilck's image with:
make rem