From 22840a3551d6564ea271d4be6ef7b539d4eba409 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 17 Jul 2025 17:04:08 +0200 Subject: Added embedding Lua --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 78bb1a6..782a53d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ running it. | [c-luajit](./c-luajit) | clang-19 | Testing execution speed of Lua vs Luajit vs embedded Luajit. | | [c-embedding-data](./c-embedding-data) | clang-19 | Embedding game assets to executable binary (with raylib). | | [c-sqlite-embed-db](./c-sqlite-embed-db) | clang-17 | Embeds SQLite and SQLite database into executable. | +| [c-embed-lua](./c-embed-lua) | clang-17 | Embeds Lua interpreter and Lua script into executable. | ## License -- cgit v1.2.3