Exploring Compilation from TypeScript to WebAssembly
-
Twelve weeks ago, three of us — interns on the Web Platform team — set out to build a compiler from TypeScript to WebAssembly. WebAssembly is a size and load-time-efficient binary format suitable for compilation to the web, with the potential to provide huge performance benefits for web applications. (We found this explanation of WebAssembly useful.)
Read the full article: https://medium.com/web-on-the-edge/exploring-compilation-from-typescript-to-webassembly-f846d6befc12