A fork of Bellard's QuickJS.
CMake support of QuickJS, use submodule to the official mirror.
Available on Windows(32-bit) without mingw.
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
- libquickjs
- qjs
- qjsc
- run-test262