Difference between revisions of "Integrating Javascript Engines with Pascal"

From Free Pascal wiki
Jump to navigationJump to search
(Create page)
 
 
Line 10: Line 10:
 
== QuickJS ==
 
== QuickJS ==
  
* [https://bellard.org/quickjs/ QuickJS] is small and embeddable Javascript engine.
+
* [https://bellard.org/quickjs/ QuickJS] is a small and embeddable Javascript engine.
 
* [https://github.com/Coldzer0/QuickJS-Pascal QuickJS-Pascal] is a Free Pascal and Delphi binding for QuickJS.
 
* [https://github.com/Coldzer0/QuickJS-Pascal QuickJS-Pascal] is a Free Pascal and Delphi binding for QuickJS.
  

Latest revision as of 17:56, 14 April 2021

Overview

This page describes integrating Javascript engines with Free Pascal.

ChakraCore

QuickJS

  • QuickJS is a small and embeddable Javascript engine.
  • QuickJS-Pascal is a Free Pascal and Delphi binding for QuickJS.