krait-yxin / QuickJS

QuickJS is a small and embeddable Javascript engine. QuickJS sources are copyright Fabrice Bellard and Charlie Gordon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

Ubuntu

  • sudo apt-get install build-essential
  • sudo apt-get install gcc-multilib
  • cd {/YOUR/PATH/TO/}QuickJS
  • make

About

QuickJS is a small and embeddable Javascript engine. QuickJS sources are copyright Fabrice Bellard and Charlie Gordon.

License:MIT License


Languages

Language:C 91.8%Language:JavaScript 7.0%Language:C++ 0.6%Language:Makefile 0.5%Language:Shell 0.1%