From 59c2a977cb66694a7b220e4664ef00559957ab2d Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 18 Sep 2024 13:30:14 -0700 Subject: [PATCH] drop note on linux compiler support Signed-off-by: Matthew Fisher --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 30286e4..7c49c47 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ With this package, you can add one NuGet reference. The build output is fully AO ## Getting started -**Limitation**: Although the resulting `.wasm` files can run on any OS, [the compiler itself is currently limited to Windows](https://github.com/dotnet/runtimelab/issues/1890#issuecomment-1221602595). - ### 1. Set up SDKs If you don't already have it, install [.NET 8+ SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) @@ -56,6 +54,7 @@ Edit the `.csproj` file, adding the following inside the ``: false true true + true ``` Now you can `dotnet build` to produce a `.wasm` file using NativeAOT compilation.