What Is WebAssembly?

Learn the basics of WebAssembly.

WebAssembly is a binary instruction format that allows code written in C# to run on the browser at near-native speed. To run .NET binaries in a web browser, it uses a version of the .NET runtime that has been compiled to WebAssembly. We can think of it as executing natively compiled code in a browser.

WebAssembly is an ...