Skip to content

Commit

Permalink
Merge pull request #849 from TopperDEL/patch-1
Browse files Browse the repository at this point in the history
[doc] Correct link and add info about existing `Linkerconfig.xml` on WASM
  • Loading branch information
jeromelaban authored May 31, 2024
2 parents dd4eea2 + 6657160 commit 23aa4dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/linker-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Bootstrapper searches for a file placed in an ItemGroup named `LinkerDescrip
</linker>
```

The documentation for this file [can be found here](https://github.com/mono/linker/blob/master/docs/data-formats.md#xml-examples).
The documentation for this file [can be found here](https://github.com/dotnet/runtime/blob/9fca0c3dbd3874ed0245b1bdb10547d0ba769d66/docs/tools/illink/data-formats.md).

### Reference in project file

Expand Down Expand Up @@ -57,3 +57,6 @@ If you need to enable any of those features, you can set the following in your c
```

Setting `InvariantGlobalization` to true will remove all satellite assemblies from the final package.

### LinkerConfig.xml on WebAssembly
When using the Uno Platform [solution template](https://aka.platform.uno/app-wizard), a file named 'LinkerConfig.xml' is available in the folder `Platforms\WebAssembly\LinkerConfig.xml'.

0 comments on commit 23aa4dc

Please sign in to comment.