DEV Community

Discussion on: Supercharge your TypeScript with AssemblyScript

 
dorin profile image
Dorin

JS gets compiled to a WebAssembly-like bytecode which then gets interpreted. What WebAssembly gives us is the opportunity to skip this first compilation step, hence the better performance.