An open API service indexing awesome lists of open source software.

https://github.com/codelibs/sai

JavaScript engine developed in the Java programming language
https://github.com/codelibs/sai

Last synced: 3 months ago
JSON representation

JavaScript engine developed in the Java programming language

Awesome Lists containing this project

README

        

CodeLibs Sai
[![Java CI](https://github.com/codelibs/sai/actions/workflows/ant.yml/badge.svg)](https://github.com/codelibs/sai/actions/workflows/ant.yml)
=============

Sai is a runtime environment for programs written in ECMAScript 5.1 that runs on top of JVM.
This project forked from Nashorn.

## Usage

JAR file is in Maven repository.
You can add the following setting to pom.xml.


org.codelibs
sai
0.2.0

## Build

```
ant -f make/build.xml
```