From 0ea12119d0ba8bf7f6b6db726ea978023beed65c Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Tue, 21 Dec 2021 17:52:18 +0200 Subject: [PATCH] unimportant --- luajit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/luajit.md b/luajit.md index 51f4eed..f9eaa8b 100644 --- a/luajit.md +++ b/luajit.md @@ -11,6 +11,7 @@ extensions: * [LuaJIT's bit, ffi and jit modules](http://luajit.org/extensions.html#modules) * [LuaJIT's extensions from Lua 5.2](http://luajit.org/extensions.html#lua52), including those enabled with `DLUAJIT_ENABLE_LUA52COMPAT` + * [LuaJIT's WIP string.buffer module](https://htmlpreview.github.io/?https://github.com/LuaJIT/LuaJIT/blob/v2.1/doc/ext_buffer.html) * [OpenResty's extensions](https://github.com/openresty/luajit2#openresty-extensions) * `package.exedir` module which returns the full path of the directory of the executable. * `package.exepath` module which returns the full path of the executable.