Skip to content

Commit 5a9af1c

Browse files
authored
Merge pull request #48 from bacongobbler/update-docs-linux-support
drop note on linux compiler support
2 parents c907eec + 59c2a97 commit 5a9af1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ With this package, you can add one NuGet reference. The build output is fully AO
2222

2323
## Getting started
2424

25-
**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).
26-
2725
### 1. Set up SDKs
2826

2927
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 `<PropertyGroup>`:
5654
<UseAppHost>false</UseAppHost>
5755
<PublishTrimmed>true</PublishTrimmed>
5856
<InvariantGlobalization>true</InvariantGlobalization>
57+
<SelfContained>true</SelfContained>
5958
```
6059

6160
Now you can `dotnet build` to produce a `.wasm` file using NativeAOT compilation.

0 commit comments

Comments
 (0)