Skip to main content

Module lua

Module lua 

Source
Expand description

lua runtime — Lua 5.4 via mlua.

mlua statically links the Lua C library through the vendored feature, so the host doesn’t need Lua installed. We override print to funnel into a captured buffer.

Gated behind the lang-lua feature.

Structs§

LuaRuntime
mlua-backed Lua 5.4 runtime.