forked from theduke/quickjs-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use c-smile/quickjspp to address theduke#72
compiles on msvc but crashes on all tests
- Loading branch information
Showing
12 changed files
with
760 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
|
||
# QuickJS Javascript Engine | ||
|
||
Authors: Fabrice Bellard and Charlie Gordon | ||
|
||
Ported from https://bellard.org/quickjs/ and its official GitHub mirror https://github.com/bellard/quickjs | ||
|
||
By Andrew Fedoniouk (a.k.a. c-smile) | ||
|
||
This version is | ||
|
||
* Microsoft Visual C++ compatible/compileable | ||
* Is used in Sciter.JS | ||
* It contains extras, check [wiki](https://github.com/c-smile/quickjspp/wiki) | ||
|
||
The main documentation is in doc/quickjs.pdf or doc/quickjs.html. | ||
|
||
# Build using Microsoft Visual Studio (2017 or 2019) | ||
|
||
Prerequisite: **premake5** - [download](https://premake.github.io/download.html) 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. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.