I'm making a game in lua with Love2D and have successfuly bundled it into an .exe for distributon. However, I recently switched to moonscript, and now after compiling and bundling the executable can't start on another computer because it doesn't have moon.lua
(I guess it wants that for the standard library).
How can I include the moonscript standard library into my .exe fused bundle?