-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Integrate with WebAssembly multithreading #48768
Comments
Related dotnet/runtime#86759 |
@MackinnonBuck, @pavelsavara is there any remaining work here for our team, or should this be closed already? |
this needs core review #48991 |
@lewing, @pavelsavara, @maraf at this point, given all the other other critical issues on our plate, I've moved this out of .NET 8 release. |
Thanks for contacting us. We're moving this issue to the |
As multithreading is added to the core .NET WebAssembly runtime, we need to ensure this doesn't lead to invalid/dangerous scenarios for Blazor components.
InvokeAsync
worksThis is going to come in late so we should take a risk-averse position on how much we attempt to implement here.
The text was updated successfully, but these errors were encountered: