tondrej / chakracore-delphi

Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library
https://tondrej.blogspot.com/search/label/chakracore
MIT License
136 stars 34 forks source link
chakracore delphi freepascal javascript javascript-engine javascript-tools lazarus microsoft

chakracore-delphi

Licensed under the MIT License PR's Welcome

Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library.

ChakraCore version: 1.11.24

Supported compilers:

Supported target platforms:

Installation:

  1. Clone this repository:
    git clone https://github.com/tondrej/chakracore-delphi.git
    cd chakracore-delphi
    git submodule update --init

    or

    git clone --recurse-submodules https://github.com/tondrej/chakracore-delphi.git
  2. Download the binaries from the ChakraCore Release page
  3. Enjoy!