daurnimator / lua.vm.js

The project is superceded by Fengari. See https://fengari.io/
MIT License
835 stars 101 forks source link

Lua 5.3 #21

Open daurnimator opened 9 years ago

daurnimator commented 9 years ago

Port to lua 5.3

daurnimator commented 9 years ago

One interesting topic to come out of this is library versioning. e.g.

isavegas commented 9 years ago

lua5.1.vm.js The version is relevant to the version of Lua itself, not the version of lua.vm.js.

daurnimator commented 8 years ago

As javascript doesn't have 64bit integers, we should compile lua 5.3 with LUA_INT_TYPE=LUA_INT_LONG. This will be the (rather uncommon combination) of 32 bit integers with 64bit floats.