A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jérôme Laban 9cad02c309
Merge pull request #884 from unoplatform/dev/jela/net9
.NET 9 Support
2024-09-13 15:50:37 -04:00
.github/workflows Reapply "chore: Move to rc1" 2024-09-11 16:33:38 -04:00
build chore: Adjust third party licences 2024-09-13 11:59:34 -04:00
doc chore: Adjust readme.md 2024-09-13 15:46:54 -04:00
src chore: Adjust filter 2024-09-13 10:23:25 -04:00
.appveyor.yml
.gitattributes
.gitignore chore: Add support for WasmShellRuntimeOptions 2024-09-11 20:48:54 -04:00
.gitmodules
.gitpod.yml
.vsts-ci.yml
License.md
Readme.md chore: Adjust readme.md 2024-09-13 15:46:54 -04:00
THIRD-PARTY-NOTICES.txt chore: Adjust third party licences 2024-09-13 11:59:34 -04:00
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