Skip to content

Commit

Permalink
Merge pull request #876 from mikeirvingweb/main
Browse files Browse the repository at this point in the history
Improve Readme.md
  • Loading branch information
jeromelaban authored Jul 19, 2024
2 parents 6ee09b0 + 41096a4 commit 9c669e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Uno.Wasm.Bootstrap provides a simple way to package C# .NET code, and run it fro

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.
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 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](https://github.com/praeclarum/Ooui).

Expand Down

0 comments on commit 9c669e5

Please sign in to comment.