Skip to content

vincentdchan/quickjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickJS CMake

A fork of Bellard's QuickJS.

CMake support of QuickJS, use submodule to the official mirror.

Available on Windows(32-bit) without mingw.

Usage

Clone the repo:

git clone https://github.com/vincentdchan/quickjs.git

or use this repo as submodule

git submodule add https://github.com/vincentdchan/quickjs.git
git submodule update --init --recursive

Targets

  • libquickjs
  • qjs
  • qjsc
  • run-test262

About

A fork of Bellard's QuickJS, support CMake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.6%
  • JavaScript 7.2%
  • Other 0.2%