A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jérôme Laban cd94f20574
Merge pull request #888 from unoplatform/mergify/bp/release/stable/8.0/pr-887
fix: Adjust .NET 9.0 SDK compatibility, warn on net9.0 incompatibility (backport #887)
2024-09-08 18:59:18 -04:00
.github/workflows
build
doc
src chore: Make it an error 2024-09-07 14:38:22 +00:00
.appveyor.yml
.gitattributes
.gitignore
.gitmodules
.gitpod.yml
.vsts-ci-linux.yml
.vsts-ci-macos.yml chore: Adjust test 2024-05-30 14:07:21 +00:00
.vsts-ci-packages.yml
.vsts-ci-windows-tests.yml Revert "chore: Don't msbuild reuse nodes for windows testing" 2024-06-10 18:51:03 +00:00
.vsts-ci-wsl-tests.yml
.vsts-ci.yml
License.md
Readme.md
gitversion.yml

Readme.md

Uno.Wasm.Bootstrap

Open in Gitpod

Uno.Wasm.Bootstrap provides a simple way to package C# .NET code, and run it from a compatible browser environment.

It is a standalone .NET Web Assembly (Wasm) sdk bootstrapper taking the form of a nuget package.

Installing it on a .NET project (5, 6, 7 or .NET Standard 2.0) with an entry point allows to publish it as part of a Wasm distribution folder, along with CSS, Javascript and content files.

This package only provides the bootstrapping features to run a .NET assembly and write to the javascript console, through Console.WriteLine.

This package is based on the excellent work from @praeclarum's OOui Wasm MSBuild task.

Documentation