Skip to content

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

License

Notifications You must be signed in to change notification settings

anomous/chakracore-delphi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.8

Supported compilers:

  • Delphi 7 or newer
  • Free Pascal 3.0.4 or newer

Supported target platforms:

  • i386-win32 (Delphi 7 or newer, Free Pascal)
  • x86_64-win64 (Delphi XE2 or newer, Free Pascal)
  • x86_64-linux (Free Pascal)
  • x86_64-darwin (Free Pascal)

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
  1. Download the binaries from the ChakraCore Release page
  2. Enjoy!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 66.1%
  • C 32.8%
  • Shell 1.1%