-
Notifications
You must be signed in to change notification settings - Fork 549
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
fix(wasm): Enable Wasm EH and SIMD in all configurations for net8+ #2495
Conversation
Looks like the same error My .csproj:
Build output:
|
@KirillKornienko I've been able to build and run using this PR's packages using net8's Uno Platform bootstrapper, could you try with blazor net8 and let me know if it works for you? |
Sure, where can I find the artifacts, attached to this PR? On https://dev.azure.com/xamarin/public/_artifacts/feed/SkiaSharp I see only |
@KirillKornienko you can find the nuget packages in the Artifacts section of the build, here. Make sure to use the versions with |
Yes, everything is good, thanks! |
Description of Change
Enables Wasm EH and SIMD by default for Emscripten 3.1.34 (net8)
Bugs Fixed
API Changes
None.
Behavioral Changes
None.
Required skia PR
None.
PR Checklist