tech/webdev magazine

October 1, 2020

TypeScript to WebAssembly: The What, The How And The Why

Thursday, October 01, 2020 Teklinks

Assembly and assembly-like languages are very powerful in the sense that they allow for fantastic performance given how close they are to their execution environment (i.e the Virtual Machine they run on and so on), but at the same time, they usually lack everything we love about programming languages: the actual high-level abstractions such as IF statements, FOR loops, CLASSES and what not.

Full article