From d8d4ea05b0931ee3abf5efbd313e4d87ff914270 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Tue, 31 Dec 2019 13:12:34 +0100 Subject: [PATCH] Hello World Sample available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07eeec..f8ea29b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The project is currently not production ready but you can run already some tests * [ ] static constructors * [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output * [ ] Library for accessing the DOM -* [ ] Hello World sample +* [x] Hello World sample [(live)](https://i-net-software.github.io/JWebAssembly/samples/HelloWorld/HelloWorld.html), [(source code)](https://github.com/i-net-software/JWebAssembly/blob/master/docs/samples/HelloWorld/HelloWorld.java) ### Status of Required WebAssembly Features The following table shows the status of future WebAssembly features required by JWebAssembly in nightly builds in various implementations. These features are already used by the trunk version of JWebAssembly. If you want know the status of your current browser then look for [your browser support](https://wasm-feature-detect.surma.technology/).