| description | Run in the browser with WebAssembly |
|---|
It is currently very early days and not ready for production, however if you want to test this exciting new feature please take the following steps.
- install or update the dotnet templates to the latest version (0.10.11 or above).
dotnet new -i avalonia.templates2. Create a new directory for the project.
mkdir WebTest
cd WebTest
3. Generate a new project that supports running in the browser.
dotnet new avalonia.xplat
4. In order to run simply do:
cd WebTest.Web
dotnet run