Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 612 Bytes

File metadata and controls

34 lines (23 loc) · 612 Bytes
description Run in the browser with WebAssembly

Running in the Browser

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.

  1. install or update the dotnet templates to the latest version (0.10.11 or above).
dotnet new -i avalonia.templates

2. 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