Skip to content

gamelaster/QuickJS

Repository files navigation

QuickJS

Fork of QuickJS with improvements (mostly Windows support)

Compilation

Windows (MSVC)

Open solution and build it

Windows (Cross-compile on Debian/Ubuntu)

(enable the WIN32 macro in Makefile):

sudo apt install gcc-mingw-w64-i686
make

Actual state

Most of things are implemented, although, some features couldn't work. List of working and planned features:

  • 32 bit support
  • 64 bit support
  • libquickjs.lib static library
  • qjs.exe
  • qjsc.exe
  • test_builtin.js test passed
  • test_loop.js test passed
  • test_op.js test passed
  • Bignum support
  • .dll modules support
  • microbench.js test passed
  • test_bjson.js test passed
  • test_closure.js test passed
  • test_std.js test passed

About

Fork of QuickJS with improvements (mostly Windows support)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages