Daniel Wirtz ebae7cbd73
Implement optional type parameters (#360)
* Add a NATIVE<T> macro type to simplify use of a native WebAssembly type
* Add default type parameters for internal helpers for explicit loads and stores
* Unify loadUnsafe/loadUnsafeWithOffset etc. into one
* Renamed loadUnsafe etc. into just LOAD, like a macro
* Implement parsing of index signatures, but ignore them, for properly linting code
* Refactor TypedArray<T> to use macros
2018-12-07 14:33:32 +01:00
..
2018-11-22 17:15:22 +01:00
2018-06-14 15:57:04 +02:00
2018-12-02 23:46:32 +01:00
2018-03-18 22:29:08 +01:00

Portable compiler sources that compile to both JavaScript using tsc and, eventually, WebAssembly using asc.

Architecture