Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.14 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.14 KB

Blazor Web App SIMD Detect Example

Blazor Web App SIMD Detect Example (this repo)
BlazorWebAppSIMDDetectExample

Blazor WebAssembly Standalone SIMD Detect Example
BlazorWASMSIMDDetectExample

This repo demos SIMD detection and loading of a compatible project build so that the advantages of SIMD can be used when available and also allows the app to run when they are not.

Blazor Web App with WebAssembly interactivity is the new adaptation of an ASP.Net Hosted Blazor WASM app in .Net 8 (formally known as Blazor United.)

"Blazor Web App" and "Blazor WebAssembly Standalone" use different runtimes loaded by "_framework/blazor.web.js" and "_framework/blazor.webassembly.js" respectively. The Blazor Web App runtime does not start a WASM environment automatically unlike the Blazor WASM runtime and also needs to be configured differently.

Documentation on startup condifiguration:
Runtime Startup