A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jerome Laban d2e64793cf chore: Include copy to output items 2024-09-11 16:33:38 -04:00
.github/workflows chore: Adjust raytracer build output 2024-09-11 16:33:20 -04:00
build chore: Disable linux threading validation 2024-09-11 16:33:38 -04:00
doc chore: Adjust dependencies 2024-09-11 16:33:20 -04:00
src chore: Include copy to output items 2024-09-11 16:33:38 -04:00
.appveyor.yml
.gitattributes
.gitignore
.gitmodules
.gitpod.yml
.vsts-ci.yml chore: Adjust net install 2024-09-11 16:33:20 -04:00
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, 8 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