From b4ae2757c7bdd0d89a54f189b3b0bbc6cbed253e Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Tue, 24 Dec 2019 12:41:45 +0100 Subject: [PATCH] lambdas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf018d..f07eeec 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The project is currently not production ready but you can run already some tests * [x] invoke static method calls * [x] invoke instance method calls * [ ] invoke interface method calls -* [ ] invoke dynamic method calls +* [ ] invoke dynamic method calls (lambdas) * [ ] String support * [ ] static constructors * [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output