A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jérôme Laban 954d9f496f
Merge pull request #912 from unoplatform/dev/jela/adjust-assets
fix: don't prefix uno-assets path with the package folder for compatibility
2024-11-01 14:15:25 -04:00
.github/workflows chore: Move to net10, enable daily validation 2024-10-22 22:40:40 -04:00
build chore: Adjust dotnet-serve 2024-10-22 23:33:07 -04:00
doc chore: Adjust more linting 2024-11-01 13:23:17 -04:00
src chore: Adjust more linting 2024-11-01 13:23:17 -04:00
.appveyor.yml
.gitattributes Initial source tree 2018-04-17 18:51:52 -04:00
.gitignore
.gitmodules
.gitpod.yml
.vsts-ci.yml chore: Adjust variables 2024-10-22 23:14:55 -04:00
License.md docs: Enable markdown linting and spell checking with related fixes 2024-06-03 19:51:14 -04:00
Readme.md
THIRD-PARTY-NOTICES.txt
gitversion.yml

Readme.md

Uno.Wasm.Bootstrap

Open in Gitpod

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

Previous releases documentation