Search⌘ K
AI Features

What Is WebAssembly?

Explore the fundamentals of WebAssembly, including its design goals like speed, safety, and openness. Understand how WebAssembly allows C# code to run in modern browsers using a .NET runtime compiled to WebAssembly, and learn about browser compatibility and setup for Blazor WebAssembly development.

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 ...