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
- Host: GitHub
- URL: https://github.com/codelibs/sai
- Owner: codelibs
- License: gpl-2.0
- Created: 2019-01-26T13:36:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T03:23:44.000Z (about 4 years ago)
- Last Synced: 2025-01-28T10:36:18.419Z (5 months ago)
- Language: Java
- Homepage:
- Size: 4.53 MB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CodeLibs Sai
[](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
```