This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Node.js with ChakraCore (node-chakracore-v8.9.4)
Pre-release
Pre-release
kfarnung
released this
01 Feb 22:06
·
8947 commits
to master
since this release
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the LTS release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.9.4
- Stability and performance improvements from ChakraCore release/1.9@411514394e
Feature Highlights:
- TTD support for generators and async functions
- Increased stability and other assorted improvements
- Support for N-API
- Support for Inspector protocol
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly