All Projects → tondrej → Chakracore Delphi

tondrej / Chakracore Delphi

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

Programming Languages

javascript
184084 projects - #8 most used programming language
pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Chakracore Delphi

Chakracore
ChakraCore is an open source Javascript engine with a C API.
Stars: ✭ 8,600 (+7789.91%)
Mutual labels:  microsoft, javascript-engine
Libmspack
A library for some loosely related Microsoft compression formats, CAB, CHM, HLP, LIT, KWAJ and SZDD.
Stars: ✭ 104 (-4.59%)
Mutual labels:  microsoft
Docx Embeddedhtml Injection
Word 2016 vulnerability allows injecting HTML/JS code into a docx file's embeddedHTML="" tags.
Stars: ✭ 91 (-16.51%)
Mutual labels:  microsoft
Object Explorer
🔥 A resource to help figure out what JavaScript object method would be best to use at any given time
Stars: ✭ 1,358 (+1145.87%)
Mutual labels:  javascript-tools
Active Directory B2c Xamarin Native
This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens.
Stars: ✭ 91 (-16.51%)
Mutual labels:  microsoft
Jscity
Visualizing JavaScript source code as navigable 3D cities
Stars: ✭ 1,367 (+1154.13%)
Mutual labels:  javascript-tools
Daily Coding Problem
Series of the problem 💯 and solution ✅ asked by Daily Coding problem👨‍🎓 website.
Stars: ✭ 90 (-17.43%)
Mutual labels:  microsoft
Delphi Dev Shell Tools
Shell Extension for Delphi and Object Pascal Developers
Stars: ✭ 107 (-1.83%)
Mutual labels:  lazarus
Microsoft Authentication Library For Android
Microsoft Authentication Library (MSAL) for Android
Stars: ✭ 103 (-5.5%)
Mutual labels:  microsoft
Blazor Blogs
Simple blogging application written in Microsoft Server Side Blazor
Stars: ✭ 95 (-12.84%)
Mutual labels:  microsoft
Microsoft 365 Community
Microsoft 365 community contributed documentation https://docs.microsoft.com/microsoft-365/community/
Stars: ✭ 94 (-13.76%)
Mutual labels:  microsoft
Atsynedit
Multi-line editor control, with syntax highlighting, for Lazarus
Stars: ✭ 92 (-15.6%)
Mutual labels:  lazarus
Hprose Delphi
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
Stars: ✭ 100 (-8.26%)
Mutual labels:  lazarus
Zcad
Simple CAD program
Stars: ✭ 91 (-16.51%)
Mutual labels:  lazarus
Quickjspp
QuickJS C++ wrapper
Stars: ✭ 105 (-3.67%)
Mutual labels:  javascript-engine
Onenote
📚 Linux Electron Onenote - A Linux compatible version of OneNote
Stars: ✭ 1,300 (+1092.66%)
Mutual labels:  microsoft
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (-13.76%)
Mutual labels:  lazarus
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+10742.2%)
Mutual labels:  microsoft
Quickjs
The official repo is at bellard/quickjs.
Stars: ✭ 1,429 (+1211.01%)
Mutual labels:  javascript-engine
Vscode Maven
VSCode extension "Maven for Java"
Stars: ✭ 107 (-1.83%)
Mutual labels:  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:

  • 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!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].