Skip to content

Commit

Permalink
Merge pull request #879 from unoplatform/dev/doti/fix-netsetup-link
Browse files Browse the repository at this point in the history
docs: Fix Broken Links
  • Loading branch information
agneszitte authored Aug 15, 2024
2 parents 972018d + 876b0c8 commit 6a034bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/debugger-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For the time being, you will also need to make sure that mscorlib is disabled in
```

.NET for WebAssembly now has integrated **preliminary** support for in-browser debugging. Refer to
[this document for up-to-date information](https://github.com/mono/mono/tree/master/sdks/wasm#debugging) on how to set up the debugging.
[this document for up-to-date information](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/mono/wasm-debugging.md) on how to set up the debugging.

## How to use the Browser debugger

Expand Down
2 changes: 1 addition & 1 deletion doc/features-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Uno bootstrapper provides the ability to interoperate from and to Javascript

Two techniques are available:

- The use of .NET 7's new generated interop features. It uses code generation to create performant, [CSP-Compliant](xref:Uno.Wasm.Bootstrap.Security), thread-safe interop and does not make of the unsafe javascript `eval`.
- The use of .NET 7's newly generated interop features. It uses code generation to create performant, [CSP-Compliant](xref:Uno.Wasm.Bootstrap.Features.Security), thread-safe interop and does not make of the unsafe javascript `eval`.
- The use of the legacy C# `Interop.Runtime.InvokeJS(...)` and Javascript `mono_bind_static_method(...)`.

## Invoking C# code from Javascript
Expand Down
2 changes: 1 addition & 1 deletion doc/runtime-execution-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Requirements:
If you have another distribution installed make sure that the 20.04 is the default using `wslconfig /s "Ubuntu-20.04"`. You can list your active distributions with `wslconfig /l`
Note that WSL 2 is considerably slower than WSL 1 for the bootstrapper scenario. You will need to set your distribution to version 1 using `wsl --set-version "Ubuntu-20.04" 1`.

During the first use of WSL, if the environment is not properly setup, you will be guided to run the [`dotnet-setup.sh`](/src/Uno.Wasm.Bootstrap/build/scripts/dotnet-setup.sh) script that will install Mono, .NET Core and some additional dependencies.
During the first use of WSL, if the environment is not properly setup, you will be guided to run the [`dotnet-setup.sh`](xref:dotnet-setup.sh) script that will install Mono, .NET Core and some additional dependencies.

The emscripten installation is automatically done as part of the build.

Expand Down

0 comments on commit 6a034bd

Please sign in to comment.