evo-lua / evo-runtime

All-in one Lua runtime based on LuaJIT and libuv
https://evo-lua.github.io
Mozilla Public License 2.0
10 stars 1 forks source link

Add validation for all static exports tables #521

Closed Duckwhale closed 5 months ago

Duckwhale commented 5 months ago

This is a basic sanity check to detect missing bindings on load. In fact, it immediately found one function that I forgot to assign.