Compile JavaScript to Native Code with V8

前端 未结 3 1322
执笔经年
执笔经年 2020-12-03 10:37

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 11:06

    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.

提交回复
热议问题