dotnet-aot-wasm
CommunityOptimize .NET WASM for speed and size.
AuthorAGIBuild
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the critical trade-offs between download size and runtime performance for .NET WebAssembly applications, enabling developers to fine-tune their applications for optimal user experience.
Core Features & Use Cases
- AOT Compilation: Compiles .NET IL to native WebAssembly for faster execution.
- Size vs. Speed Tradeoffs: Explains how AOT and trimming impact download size and runtime speed.
- Lazy Loading: Defers assembly downloads to reduce initial load times.
- Brotli Compression: Leverages pre-compression for efficient transfer.
- Use Case: Optimize a Blazor WASM application with a large codebase by selectively AOT-compiling critical modules and lazy-loading less frequently used ones, ensuring a fast initial load and responsive performance for core features.
Quick Start
Enable AOT compilation for your Blazor WASM application by setting RunAOTCompilation to true in your .csproj file and publishing your application.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-aot-wasm Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#dotnet-aot-wasm Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.