chore: Update docs
This commit is contained in:
Родитель
21a7db102c
Коммит
c125681384
|
@ -4,7 +4,7 @@ uid: UnoWasmBootstrap.Features.Debugger
|
|||
|
||||
# .NET for WebAssembly Debugger Support
|
||||
|
||||
Debugging is support is provided by .NET, using the WasmApp host.
|
||||
Debugging is support is provided by .NET, using the WasmApp host.
|
||||
|
||||
## AOT Debugging and mono tracing
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@ In order to host an Uno Platform App, you'll need to the following:
|
|||
```
|
||||
|
||||
- Add a project reference to the `Wasm` project
|
||||
- Build and deploy `MyApp.Server`
|
||||
- Build and deploy `MyApp.Server`
|
||||
|
|
|
@ -40,7 +40,7 @@ It is also possible to provide the linker file as an embedded resource, which is
|
|||
</ItemGroup>
|
||||
```
|
||||
|
||||
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` property to false. This property has no effect when building with AOT enabled.
|
||||
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` or `PublishTrimmed` property to false. This property has no effect when building with AOT enabled.
|
||||
|
||||
The .NET SDK configuration [options are also supported](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained).
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@ items:
|
|||
href: linker-configuration.md
|
||||
- name: Runtime Execution Modes
|
||||
href: runtime-execution-modes.md
|
||||
- name: Troubleshooting
|
||||
href: troubleshooting.md
|
||||
|
||||
- name: Features
|
||||
items:
|
||||
|
|
Загрузка…
Ссылка в новой задаче