alibaba / wax

Wax is a framework that lets you write native iPhone apps in Lua.
http://github.com/probablycorey/wax
MIT License
1.84k stars 280 forks source link

Wax with Lua 5.2 or 5.3? #59

Open gsaurus opened 7 years ago

gsaurus commented 7 years ago

Currently 5.1 Any plans on upgrading the version of Lua used?

I'm particularly interested on getting pcall & coroutine.yield interaction issues solved, which seems to be only possible on >=5.2.