Open daurnimator opened 9 years ago
One interesting topic to come out of this is library versioning. e.g.
lua5.1.vm.js The version is relevant to the version of Lua itself, not the version of lua.vm.js.
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.
Port to lua 5.3