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.