/QuickJS

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

Primary LanguageCMIT LicenseMIT

Original code is located at master branch

build

Ubuntu

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

known issue

  • doesn't support Blob
  • doesn't support WebWorker