954d9f496f
fix: don't prefix uno-assets path with the package folder for compatibility |
||
---|---|---|
.github/workflows | ||
build | ||
doc | ||
src | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.gitpod.yml | ||
.vsts-ci.yml | ||
License.md | ||
Readme.md | ||
THIRD-PARTY-NOTICES.txt | ||
gitversion.yml |
Readme.md
Uno.Wasm.Bootstrap
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.
Documentation
- 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