Skip to content

vincentdchan/quickjs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 8 commits ahead, 5 commits behind bellard:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%