summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-17 17:04:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-17 17:04:08 +0200
commit22840a3551d6564ea271d4be6ef7b539d4eba409 (patch)
treeafc8b697bd5ea5aecd3617233a547db10a09c92e /README.md
parentfccba39aa0c0060e7e17c4075963bf8a428536b1 (diff)
downloadprobe-22840a3551d6564ea271d4be6ef7b539d4eba409.tar.gz
Added embedding Lua
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