Integrating Javascript Engines with Pascal
From Lazarus wiki
Jump to navigationJump to search
Overview
This page describes integrating Javascript engines with Free Pascal.
ChakraCore
- ChakraCore is an open source Javascript engine with a C API.
- chakracore-delphi is a Delphi and Free Pascal binding for ChakraCore.
QuickJS
- QuickJS is a small and embeddable Javascript engine.
- QuickJS-Pascal is a Free Pascal and Delphi binding for QuickJS.