.NEXE 文件扩展名
Chrome Native Client Executable
| 开发者 | |
| 受欢迎程度 |
3.8 | 18 票 |
什么是 NEXE 文件?
Executable file used by the Google Chrome Web browser; contains an executable that can be run by the browser's Native Client (NaCl) component, similar to how an .EXE file is run by Windows; allows native compiled code (written in C or C++) to be run in the browser quickly and without incurring much overhead.
更多信息
NEXE files are often used by game developers when porting their code so that their games can be run within a Chrome extension. Some games listed in the Chrome Web Store use native executables.
注: The Native Client project is an open source effort that provides the Native Client Software Development Kit (SDK) for creating NEXE files.