static constructors

This commit is contained in:
Volker Berlin 2019-11-09 18:50:37 +01:00
parent 0ae27b2c86
commit 5e2b65ddd0

View File

@ -29,6 +29,7 @@ The project is currently not production ready but you can run already some tests
* [ ] invoke interface method calls
* [ ] invoke dynamic method calls
* [ ] 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
* [ ] Hello World sample