mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
22 lines
796 B
Markdown
22 lines
796 B
Markdown
JWebAssembly
|
|
======
|
|
|
|
[](https://travis-ci.org/i-net-software/jwebassembly)
|
|
[](https://github.com/i-net-software/jwebassembly/blob/master/license.txt)
|
|
|
|
JWebAssembly is a Java to WebAssembly compiler. As input use it Java class files.
|
|
|
|
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).
|
|
|
|
|