From e61ad1e1a03602a881376904a4825761baab4643 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Wed, 28 Mar 2018 20:09:35 +0200 Subject: [PATCH] status update --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c56927..3b0c118 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,18 @@ JWebAssembly is a Java to [WebAssembly](http://webassembly.org/) Compiler. It us 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. +### Finished Components +* Java byte code parser +* test framework +* Public API of the Compiler + +### Partially Finished +* Binary format file writer (97/256) +* Text format file writer (97/256) + +### 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 ----