From 0d4f10034fabe914c1cc80780235e4d0e03941c8 Mon Sep 17 00:00:00 2001 From: Quinton Ashley Date: Mon, 21 Feb 2022 12:13:53 -0500 Subject: [PATCH] 1.2.0 --- README.md | 4 ++-- docs/index.html | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17a3550..7cbd0e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Java to JavaScript (java2js) -`java2js` can translate simple Java programs to JavaScript and runs them using a JavaScript based JDK. +java2js can translate simple Java programs to JavaScript and runs them using a JavaScript based JDK. -Try out the demo in the docs folder of this repository. `index.html` and `ide.js` are a barebones implementation. +[Try it out!](https://quinton-ashley.github.io/java2js/) The demo files are located in the docs folder of this repository, its a barebones implementation that shows what is possible with java2js. ## Java classes included in the java2js JDK diff --git a/docs/index.html b/docs/index.html index 0e026d0..1a6282d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -7,6 +7,7 @@