WebAssembly

WebAssembly provides a way to execute code such as C/C++ in browser. It’s suited for high performant use-cases like gaming. It’s been designed to work with JavaScript. Remember  java’s applet ? Java applet provided applet runtime for browsers and notoriously … read the rest.

Read More