The Uno.Wasm.Bootstrap package provides a runtime bootstrapper of the Microsoft.NET.Sdk.WebAssembly
SDK from .NET 9.
This package only provides the bootstrapping features to run a .NET assembly and write to the JavaScript console, through Console.WriteLine
. To write an app that provides UI functionalities, make sur to check out https://aka.platform.uno/get-started.
This work is based on the excellent work from @praeclarum's OOui Wasm MSBuild task.
- Using the bootstrapper
- Debugger support
- Deploy and publish
- Linker configuration
- Runtime Execution Modes
- Troubleshooting
- Features
- Using additional files
- Interoperating with Javascript
- Javascript Dependency management
- Environment Variables
- Splash screen
- Threading
- Deep linking
- Embedded mode
- Native Linker Optimization
- Memory troubleshooting
- Module Linking
- Profiling
- PWA Support
- 4GB Support
- HttpRequestMessage Extensions
- Assemblies obfuscation
- Tools
- Contributing
- Release procedure