warpo maintained a varinat of Typescript to WebAssembly.
It forked from Assemblyscript and do further extension to make it more modern.
Goal
- Compatible TS basic grammar
- Follow TS execution results in common cases or just reject to compile
- Compatible with most TS tool chains
- Use TS type system to represent the features of WebAssembly
- Reduce the code size and execution time
No Goal
- JavaScript
- Type Gymnastics