summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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