From fe01f4cfdb633396afb523ac9de0ce3f16b1d2d7 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 26 Mar 2017 11:25:02 +0200 Subject: [PATCH] Link to webassembly.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7da21..e81d3fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ JWebAssembly [![Build Status](https://travis-ci.org/i-net-software/JWebAssembly.svg)](https://travis-ci.org/i-net-software/JWebAssembly) [![License](https://img.shields.io/github/license/i-net-software/jwebassembly.svg)](https://github.com/i-net-software/jwebassembly/blob/master/LICENSE.txt) -JWebAssembly is a Java to WebAssembly compiler. It uses Java class files as input. +JWebAssembly is a Java to [WebAssembly](http://webassembly.org/) Compiler. It uses Java class files as input. Status of the project ----