nekoboot

Tool to create executables from neko bytecode


Keywords
boot, bytecode, exe, executable, neko, nekoboot, sys, tool
License
QPL-1.0
Install
haxelib install nekoboot 1.0.1

Documentation

Nekoboot Build Status Haxelib Version

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