Closed
Description
This is a question not a bug report. I followed the steps here https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-4/comment-page-2/#blazor-webassembly-ahead-of-time-aot-compilation to deploy a Blazor WASM app. I see effectively it reports in the output window of visual studio it is AOT'ing, but when I browse the app I see in Chrome developer tools it is downloading the dll's, so my question is whether I'm seeing the interpreted runtime application or AOT? How can I make sure?