alien4u
03/29/2018, 11:23 PMTypeScript is a superset of JavaScript, meaning it’s a layer around JS with more methods and that makes you follow a certain way of development that you don’t have to otherwise in vanilla (like having to set the types of your variables).
It does not transcompile to web assembly, it does so to vanilla JS.