I know that google\'s v8 compiles javascript into native machine (binary if I understand correctly) code. Is there a way to take the output and turn it into a exe?
Node.js embeds V8. This might be a good example to learn from.