You know what would be awesome? Compiling a program with Axe by running it through WabbitEmu

Dunno how feasible that is, though.
I have no clue what you mean? I assume you can compile a program in axe, its just an emulator...
Yes, you can, but not remove it from the emulator and make it a file. Can you get it?
Haha of course you're able to do this. Uou can open a file in wabbit from any folder it doesn't have to be in the same one, just give the file names as arguments when you start the program.
Ex: wabbitemu C:\Users\BuckeyeDude\Desktop\rom8x.8xp
this would send the file rom8x.8xp on the desktop to wabbit. Make sure you use quotes if necessary Second, under the gpl, you're allowed to redistribute wabbit, as long as you link back to the source
Then I will redistribute wabbitemu, linking to the source.
It seems that what I need to do is run the program wabbitemu.exe with an argument which is the file, right'