mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
de0f3dc3c0
When talking about "loading" Lua code, it usually means compiling a chunk of code into a runnable Lua function, but without actually running it. This makes that clear.