From 7518188deddd856b0f3220e290738b0e339a2c78 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 20 Oct 2019 14:13:55 +0200 Subject: [PATCH] String support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28ab81e..7245e22 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The project is currently not production ready but you can run already some tests * [x] invoke instance method calls * [ ] invoke interface method calls * [ ] invoke dynamic method calls +* [ ] String support * [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output * [ ] Library for accessing the DOM * [ ] Hello World sample