logosteve's blog
GitHub Source·RSS Feed
Published on
March 9, 2024

Runing Blazor wasm on Github pages

Authors
  • Name
    Stephen Brown

Create a new blazor wasm project

dotnet workload install wasm-tools

Add to git

Add these:

xml
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>

Next Article

Creating Worklog Assistant - the background

Previous Article

Running MassTransit queues with KEDA
← Back to the blog