Is it possible to convert javascript code to machine code or pure native binary?
2 Answers
Not sure why anyone would want to do this, but there is an example here of how to generate a .NET executable file from JScript (not quite the same thing as JavaScript, I know):
http://www.phpied.com/make-your-javascript-a-windows-exe/
There is also Script2EXE here, which can convert JavaScript to a Win32 executable: