Skip to content
/ quickjs Public

Java bindings for quickjs JavaScript engine.

License

Notifications You must be signed in to change notification settings

hull/quickjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickJS

quickjs License

Java binding for quickjs 2020-07-05, a very compact embedded ECMAScript (JavaScript) engine.

Important Note: This project copied from: quack. Original project supports only Android but this version supports regular JVM.

Supported Java Versions

Oracle & OpenJDK Java 8, 11.

Both the JRE and the JDK are suitable for use with this library.

Stability

This library is suitable for use in production systems.

Supported Platforms

  • Windows 8 & Windows 10 (64-bit) (MSVC 2017)
  • Ubuntu (64-bit) (gcc)
  • macOS Catalina (10.15) (clang)

Download

quickjs-1.0.0.jar - 1589 KB

How it is tested

quickjs is regularly tested on github actions.

Integration with Maven

To use the official release of quickjs, please use the following snippet in your pom.xml file.

Add the following to your POM's <dependencies> tag:

<dependency>
    <groupId>io.webfolder</groupId>
    <artifactId>quickjs</artifactId>
    <version>1.0.0</version>
</dependency>

License

Licensed under the Apache License.

About

Java bindings for quickjs JavaScript engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages