Other bugfixes

Updated Feb 7, 2019
  

Everything that doesn't fit anywhere else, but obviously requires to be fixed.

Portable runtime

Updated Feb 7, 2019
  

Improvements to the portable runtime that allows to compile the same code with tsc.

Documentation

Updated Feb 7, 2019
  

Improve documentation, i.e. the README, wiki, website, etc.

Tooling

Updated Feb 7, 2019
  

Improve our tooling, i.e. to integrate into existing workflows.

WebAssembly features

Updated Feb 7, 2019
  

Support as much of WebAsssembly, in terms of features, as possible.

Performance enhancements

Updated Feb 7, 2019
  

Various enhancement for making generated code more efficient.

TypeScript compatibility

Updated Feb 11, 2019
  

Support as much of TypeScript, in terms of syntax, as reasonable.

Standard library

Updated Jun 21, 2018
  

String, Array, Map, Set etc.

Managed runtime

Updated Feb 7, 2019
  

Automatic memory management using an allocator and a garbage collector, linked to the new keyword.