Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Oct 18, 2023
1 parent eb38609 commit e849302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accepted/2023/wasm-browser-threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ Move all managed user code out of UI/DOM thread, so that it becomes consistent w
- This will also start in Blazor project, but UI rendering would not work.
- we have pre-allocated pool of browser Web Workers which are mapped to pthread dynamically.
- we can configure pthread to keep running after synchronous thread_main finished. That's necessary to run any async tasks involving JavaScript interop.
- GC is running on UI thread/worker.
- legacy interop has problems with GC boundaries.
- JSImport & JSExport work
- There is private JSSynchronizationContext implementation which is too synchronous
Expand Down

0 comments on commit e849302

Please sign in to comment.