Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
EMILUA(7)			Emilua reference		       EMILUA(7)

NAME
     Emilua - Lua execution engine

DESCRIPTION
     Emilua  is  based	on LuaJIT which means Lua 5.1 + some Lua 5.2 extensions.
     However some builtin Lua modules conflict with Emilua modules and thus  are
     not available. This page lists the divergences.

ENABLED MODULES
     *	 Basic library, which includes the coroutine sub-library.

     *	 String.

     *	 Table.

     *	 Math.

     *	 BitOp.

     *	 JIT.

     *	 FFI.

     In other words, the following modules are not enabled:

     *	 IO.

     *	 OS.

     *	 Package  (a  replacement  which may or may not be a drop-in replacement
	 will be available in the future).

     *	 Debug (it'll be available in a future release).

Emilua 0.12.1			   2025-11-24			       EMILUA(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=emilua-lua51&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help