|
1 | 1 | Node.js on ChakraCore |
2 | 2 | ===================== |
3 | 3 |
|
4 | | -This project enables Node.js to optionally use the [ChakraCore] (https://github.com/Microsoft/ChakraCore) |
| 4 | +This project enables Node.js to optionally use the [ChakraCore](https://github.com/Microsoft/ChakraCore) |
5 | 5 | JavaScript engine. This project is still **work in progress** and not an officially |
6 | 6 | supported Node.js branch. For more context into this project, please refer to the |
7 | | -[original PR] (https://github.com/nodejs/node/pull/4765). |
| 7 | +[original PR](https://github.com/nodejs/node/pull/4765). |
8 | 8 |
|
9 | 9 | ### How it works |
10 | 10 |
|
11 | 11 | To enable building and running Node.js with the ChakraCore JavaScript engine, a |
12 | 12 | V8 API shim (ChakraShim) is created on top of the ChakraCore runtime hosting API |
13 | | -([JSRT] (https://github.com/Microsoft/ChakraCore/wiki/JavaScript-Runtime-(JSRT)-Overview). |
| 13 | +([JSRT](https://github.com/Microsoft/ChakraCore/wiki/JavaScript-Runtime-(JSRT)-Overview). |
14 | 14 | ChakraShim implements the most essential V8 APIs so that the underlying |
15 | 15 | JavaScript engine change is transparent to Node.js and other native addon |
16 | 16 | modules written for V8. |
@@ -70,7 +70,7 @@ If you are looking to build this yourself, here's what you will need. |
70 | 70 |
|
71 | 71 | Prerequisites: |
72 | 72 | * Windows 7 SP1 or higher (Windows 8.1 or higher for ARM builds) |
73 | | -* [Python 2.6 or 2.7] (https://www.python.org) |
| 73 | +* [Python 2.6 or 2.7](https://www.python.org) |
74 | 74 | * [Visual Studio] |
75 | 75 | (https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) |
76 | 76 |
|
@@ -172,4 +172,4 @@ Hello from Node.js chakracore |
172 | 172 | ### Issues |
173 | 173 |
|
174 | 174 | Please report all issues related to Node-ChakraCore on our |
175 | | -[issues page] (https://github.com/nodejs/node-chakracore/issues). |
| 175 | +[issues page](https://github.com/nodejs/node-chakracore/issues). |
0 commit comments