Add bit32 polyfill globally
This commit is contained in:
@@ -32,3 +32,5 @@ end }
|
||||
|
||||
table.pack = table.pack or pack or function(...) return {...} end
|
||||
table.unpack = table.unpack or unpack
|
||||
|
||||
bit32 = bit32 or require "core.bit"
|
||||
|
||||
Reference in New Issue
Block a user