Skip to content

Commit 28cbd01

Browse files
committed
links
1 parent 293e31b commit 28cbd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/2023/wasm-browser-threads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Move all managed user code out of UI/DOM thread, so that it becomes consistent w
8888
## (14) Deputy + emscripten dispatch to UI + JSWebWorker + without sync JSExport
8989

9090
This is Pavel's preferred design based on experiments and tests so far.
91-
For other possible design options [see below](#Interesting_combinations).
91+
For other possible design options [see below](#Interesting-combinations).
9292

9393
- Emscripten startup on UI thread
9494
- C functions of emscripten
@@ -652,6 +652,6 @@ There are few downsides to them
652652
- in this design the mono could be started on deputy thread
653653
- this will keep UI responsive during startup
654654
- UI would not be mono attached thread.
655-
- See [details](#Get_rid_of_Mono_GC_boundary_breach)
655+
- See [details](#Get-rid-of-Mono-GC-boundary-breach)
656656

657657
Related Net8 tracking https://github.com/dotnet/runtime/issues/85592

0 commit comments

Comments
 (0)