Relative Content

Tag Archive for .netiisblazorblazor-webassembly

Error: Assert failed: This browser/engine doesn’t support WASM SIMD. Please use a modern version

I’m working in a blazor wasm hosted app, it actually works when it runs in visual studio and when I publish the app in IIS it works to. The problem starts when I copy and paste the publish to IIS in another server.
It gives me a lot of errors, but it all look like the next one:
blazor.webassembly.js:1 Error in mono_download_assets: Error: Assert failed: This browser/engine doesn't support WASM SIMD. Please use a modern version. See also https://aka.ms/dotnet-wasm-features
there are like 7 times this error.