You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
This project enables Node.js to optionally use the ChakraCore JavaScript engine. This project is still **work in progress** and not an officially supported Node.js branch. Please refer to the original [PR](https://github.com/nodejs/node/pull/4765).
2
+
=====================
3
+
4
+
This project enables Node.js to optionally use the ChakraCore JavaScript
5
+
engine. This project is still **work in progress** and not an officially
6
+
supported Node.js branch. Please refer to the original
7
+
[PR] (https://github.com/nodejs/node/pull/4765).
4
8
5
9
### How it works
6
10
7
-
To enable building and running Node.js with the ChakraCore JavaScript engine, a V8 API shim (ChakraShim) is created on top of the ChakraCore runtime hosting API ([JSRT]
8
-
(https://msdn.microsoft.com/en-us/library/dn249673(v=vs.94).aspx)). ChakraShim implements the most essential V8 APIs so that the underlying JavaScript engine change is transparent to Node.js and other native addon modules written for V8.
11
+
To enable building and running Node.js with the ChakraCore JavaScript engine, a
12
+
V8 API shim (ChakraShim) is created on top of the ChakraCore runtime hosting API
0 commit comments