-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Refactored WASM rendering, added MT support for dispatcher #15709
Conversation
ba2bd7d
to
44402a9
Compare
You can test this PR using the following package version. |
src/Browser/Avalonia.Browser/webapp/modules/avalonia/rendering/softwareRenderTarget.ts
Show resolved
Hide resolved
src/Browser/Avalonia.Browser/webapp/modules/avalonia/rendering/webRenderTargetRegistry.ts
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
After hack-fixing previous error by also checking Environment.Version >= 9 I see this:
Note sure what to do here. That's running on .NET 8 SDK without threading. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
Note that the rest of the backend isn't MT-ready, so input and resize still won't work in MT mode.