Expand description
Load precompiled Lua chunks.
Direct port of reference/lua-5.4.7/src/lundump.c (335 lines, 20 items).
Declarations from lundump.h are merged here per PORTING.md ยง1.
The public entry point is [undump], which reads a binary Lua chunk from
a ZIO stream and returns a Lua closure ready to call.