Running a Lua VM on a Microcontroller: Lessons, Trade-offs, and Hard Limits
Published at January 1, 2026 · 6 min read
A deep dive into integrating a Lua VM on an MCU-based system using Zephyr RTOS. Covers memory allocation, GC behavior, fragmentation, realtime constraints, and when scripting on bare metal actually makes sense.