使用Chakra JavaScript引擎的Node.js - Evented I/O for javascript
Node.js默认使用 V8 JavaScript 引擎。这个GitHub fork 让Node.js能够可选在Windows 10上使用Chakra JavaScript引擎,能够让Node.js运行在Windows on ARM上。
To build:
Prerequisites (Windows with Chakra):
* Windows 10 (latest) * Python 2.6 or 2.7 * Visual Studio 2015 (RC or later) * Windows 10 Tools (Bundled in Visual Studio 2015, or install separately.)
Windows with Chakra:
vcbuild chakra nosign [x86|x64|arm]
To build native addon modules with Chakra:
Assume [local_repo] is the dir of your local clone of this repo. Add your build of node.exe to the front of PATH:
set path=[local_repo]\release;%path%
项目主页:http://www.open-open.com/lib/view/home/1431564298404
本文由用户 gww3 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!