Repository: incubator-netbeans-html4j Updated Branches: refs/heads/master 210f773c3 -> ec23c04f7
Reference to TeaVM as one of the HTML/Java ready transpilers Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/ec23c04f Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/ec23c04f Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/ec23c04f Branch: refs/heads/master Commit: ec23c04f71249e827626936b6aee9aded7ca54c4 Parents: 210f773 Author: Jaroslav Tulach <[email protected]> Authored: Tue Oct 10 11:13:11 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Tue Oct 10 11:13:11 2017 +0200 ---------------------------------------------------------------------- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/ec23c04f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f200d0d..7f19804 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ and [iOS WebView](https://dukescript.com/javadoc/presenters/com/dukescript/prese developed by [DukeScript project](https://dukescript.com/). This technology has also been adopted by some Java bytecode to JavaScript -transpilers - for example [Bck2Brwsr VM](https://github.com/jtulach/bck2brwsr/) - +transpilers - for example [TeaVM](http://teavm.org/docs/intro/dukescript.html) +or [Bck2Brwsr VM](https://github.com/jtulach/bck2brwsr/) - as such you can also run the same Java application in a pluginless browser. Porting of HTML/Java rendering pipeline is as easy as implementing
