JWebAssembly/README.md

22 lines
797 B
Markdown
Raw Normal View History

2017-03-19 11:54:29 +01:00
JWebAssembly
======
[![Build Status](https://travis-ci.org/i-net-software/jlessc.svg)](https://travis-ci.org/i-net-software/jwebassembly)
2017-03-20 20:19:47 +01:00
[![License](https://img.shields.io/github/license/i-net-software/jwebassembly.svg)](https://github.com/i-net-software/jwebassembly/blob/master/LICENSE.txt)
2017-03-19 11:54:29 +01:00
2017-03-20 20:23:07 +01:00
JWebAssembly is a Java to WebAssembly compiler. It uses Java class files as input.
2017-03-19 11:54:29 +01:00
Status of the project
----
Currently it is only a proof of concept.
Future Features
----
In the future there should be a Gradle plugin to easy integrate it in the build process and a Eclipse build command to see compiler errors in in the IDE.
Required Java Version
----
JWebAssembly requires Java SE 8 or higher. It is tested with Java SE 8 on [travis-ci.org](https://travis-ci.org/i-net-software/jwebassembly).