From ffd3e1890b2b4ac59ddb15ce087d259eae160a50 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sat, 31 Mar 2018 19:26:22 +0200 Subject: [PATCH] status update --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b0c118..d7dc00a 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,15 @@ Status of the project * Public API of the Compiler ### Partially Finished -* Binary format file writer (97/256) -* Text format file writer (97/256) +* Binary format file writer (111 of 256) +* Text format file writer (111 of 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. +### Open Features +* Exception handling - required the next version of WebAssembly +* Multiple threads - required the next version of WebAssembly +* Memory Management - required the next version of WebAssembly +* Gradle plugin to easy integrate it in the build process +* Eclipse build command to see compiler errors in in the IDE. Required Java Version ----