Live Chat Icon For mobile
Live Chat Icon

What is a Blazor WebAssembly?

Platform: Blazor| Category : General, WebAssembly

Blazor has two hosting models, client-side and server-side. Blazor relies on WebAssembly (WASM) for running the Blazor application on the client-side (from browser end itself). The .NET runtime is downloaded with the app along with the app assembly and any required dependencies, then the application is executed directly from the browser UI thread.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.