Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Correct link and add info about existing Linkerconfig.xml on WASM #849

Merged
merged 3 commits into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'.
Loading