Nekoboot

Tool to create executables from neko bytecode (haxe port of nekoboot.neko).
Nekoboot merges the neko-vm and your application bytecode (.n) into a single executeable file:
neko(.exe) + bytecode.n + 'NEKO' + original neko(.exe) size
Usage
Usage : nekoboot <file.n>
Options :
-p <path> : Path to generated executeable
-b <path> : Path to bootable binary