String support

This commit is contained in:
Volker Berlin 2019-10-20 14:13:55 +02:00
parent b81ea073a9
commit 7518188ded

View File

@ -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