Is it really possible, with Google\'s V8 Engine, to compile JavaScript into Native Code, save it as a binary file, and execute it whenever I want through my software envorin
Instead, it might be possible to use a .NET JavaScript/JScript compiler to create a .NET exe, then convert the .NET exe to a native .exe using the Mono ahead-of-time compiler.