diff --git a/index.html b/index.html index 3fd77dc2..aed022a9 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@

- This document was revised on 22-Feb-24, and applies to version 3.16.3. + This document was revised on 23-Feb-24, and applies to version 3.16.3.

@@ -503,100 +503,151 @@

Creation

no standard libraries (default) - - "base" or "" + + + "base" or "" - + root level names, print, assert, unpack etc. - + + + "bit" + + + + bit.* namespace (LuaJIT) + + + + + + "bit32" + + + + bit32.* namespace (Lua 5.1 and 5.2) + + + + "coroutine" - + coroutine.* namespace (part of base in Lua 5.1 and 5.2) - + "debug" - + debug.* namespace - + + + "ffi" + + + + ffi.* namespace (LuaJIT) + + + + "io" - + io.* namespace - + + + "jit" + + + + jit.* namespace (LuaJIT) + + + + "math" - + math.* namespace - + "os" - + os.* namespace - + "package" - + package.* namespace and require - + "string" - + string.* namespace - + "table" - + table.* namespace - + + + "utf8" + + + + utf8.* namespace (Lua 5.3 and above) + + + + "*" - + All standard libraries (including those specific to LuaJIT and not listed above), as well as lanes.core. This must be used alone.