A simple nuget package to run C# code in a WASM-compatible browser
Перейти к файлу
Jerome Laban 428f51726d chore: Adjust docs 2024-09-12 11:52:34 -04:00
.github/workflows Reapply "chore: Move to rc1" 2024-09-11 16:33:38 -04:00
build Reapply "chore: Move to rc1" 2024-09-11 16:33:38 -04:00
doc chore: Adjust docs 2024-09-12 11:52:34 -04:00
src chore: Add support for WasmShellLoadAllSatelliteResources 2024-09-12 10:54:19 -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 chore: Add support for WasmShellRuntimeOptions 2024-09-11 20:48:54 -04: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