himanss
Results
2
comments of
himanss
i was working on a prototype for Snap JIT... try it out! it uses a more assembly like approach. [here](https://github.com/himanss/Snap-JIT-idea/blob/main/JScompiler.js) it produces code that looks like this: ``` async function...
the documentation is actually wrong, the input glue code is supposed to be ```lua function love.mousepressed(x, y, button) u:pressed(x, y, button) end function love.mousemoved(x, y, dx, dy) u:moved(x, y, dx,...