Ehh, Webassembly?

from blog meain/blog, | ↗ original
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...