TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
491 stars 52 forks source link

Add bitop library #63

Open Rami-Sabbagh opened 5 years ago

Rami-Sabbagh commented 5 years ago

Hey, my game uses the bitop library that comes included with luajit, I know it's not possible to compile luajit with emscripten, but would it be possible to add the bitop library alone ?

It works with any Lua version, should be easy to add.