Web Assembly - (The Standard, Ep. 13)

Web Assembly (WASM) is a binary file with its own format, in which you can turn any programming language, such as C and C , and run it in your user browser like you would any other JavaScript (JS) code. It is fast, efficient, and you can use the language of your choice instead of having to learn the special language of JS. In this video, Alex demonstrates an example of how WASM is used. Alex’s blog post - Extending the browser with WebAssembly → Reference Links: Supported languages that can be compiled to WASM → WASM Codelab → Watch more videos from the series → Remember to subscribe to the Chrome Developers Channel for more updates →
Back to Top