Comment Re:But why? (Score 4, Informative) 19
Because TypeScript is just JavaScript once the types are stripped out... and JavaScript has the superpower of running on the largest platform in the world: the web browser.
WebAssembly cannot directly access the browser DOM, cannot directly handle network requests, and requires JavaScript to act as a bridge for almost all web interactions