Ehh, Webassembly?

1 · Abin Simon · Aug. 27, 2017, midnight
Well, hey. So, what is Webassembly? # To be blunt and simple it is just assembly on the web. What you do is write in a low level language such as C, C++ or rust(a new language by Mozilla) and convert them into assembly(sort of) language and ship that to browser. Why new stuff though? # Well, JS was a language which had performance as an afterthought. It was a language that concentrated on simplicity and speed of programming. We have come a long way and made JS much better with JIT and maintainin...