A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jerome Laban f2f28184df chore: Adjust tmp cache 2024-09-11 16:33:22 -04:00
.github/workflows chore: Adjust raytracer build output 2024-09-11 16:33:20 -04:00
build chore: Remove unused flag 2024-09-11 16:33:22 -04:00
doc chore: Adjust dependencies 2024-09-11 16:33:20 -04:00
src chore: Adjust tmp cache 2024-09-11 16:33:22 -04:00
.appveyor.yml Update API key 2018-04-17 18:52:19 -04:00
.gitattributes Initial source tree 2018-04-17 18:51:52 -04:00
.gitignore feat: Add support for net5 2020-11-04 22:40:37 -05:00
.gitmodules Remove unused git submodule. 2018-11-29 09:15:41 -05:00
.gitpod.yml fix: Upgrade gitpod base image 2020-09-24 10:48:41 -04:00
.vsts-ci.yml chore: Adjust net install 2024-09-11 16:33:20 -04:00
License.md docs: Enable markdown linting and spell checking with related fixes 2024-06-03 19:51:14 -04:00
Readme.md Improve Readme.md 2024-07-19 13:48:23 +01:00
gitversion.yml ci: Adjust version 2023-10-29 15:36:28 -04:00

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