Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

c-smile/quickjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ WARNING: Obsolete repository.
Please use newer one https://github.com/c-smile/quickjspp.

QuickJS Javascript Engine

Version: 2020-07-05

Authors: Fabrice Bellard and Charlie Gordon

Ported from https://bellard.org/quickjs/

By Andrew Fedoniouk (a.k.a. c-smile)

This version is Microsoft Visual C++ compatible/compileable.

Build using Microsoft Visual Studio (2017 or 2019)

Prerequisite: premake5 - download and install it.

Then go to /win folder and run premake-vs2017.bat or premake-vs2019.bat .

It will generate .build/vs2017/quickjs-msvc.sln and open it in Microsoft Visual Studio.

Press F5 to compile it and run qjs - interactive JS command line application.

About

QuickJS Javascript engine, MS Visual Studio port.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.1%
  • JavaScript 6.8%
  • C++ 0.5%
  • Makefile 0.4%
  • Shell 0.1%
  • Lua 0.1%