String support

This commit is contained in:
Volker Berlin 2020-01-25 21:38:25 +01:00
parent 45b5a4a955
commit 691d8986df

View File

@ -33,7 +33,7 @@ The project is currently not production ready but you can run already some tests
* [ ] invoke interface method calls
* [ ] invoke dynamic method calls (lambdas)
* [x] invoke default method calls
* [ ] String support
* [x] String support
* [ ] static constructors
* [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output
* [ ] Library for accessing the DOM