May be a little tricky since They use 64-bit ints and we use 32-bit, but we don't actually have to use the integer library itself at all under LSL. Shouldn't be a heavy lift, though we'll have to retain our lvmexecute tricks to allow LOP_ADD and such with integer in LSL mode to not blow up the bytecode size.
Will probably want to wait until Luau's integer implementation has more time to bake so the API doesn't shift out from under us.
May be a little tricky since They use 64-bit ints and we use 32-bit, but we don't actually have to use the
integerlibrary itself at all under LSL. Shouldn't be a heavy lift, though we'll have to retain ourlvmexecutetricks to allowLOP_ADDand such withintegerin LSL mode to not blow up the bytecode size.Will probably want to wait until Luau's
integerimplementation has more time to bake so the API doesn't shift out from under us.