-
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
[BUG] NET8 Preview5 Wasm + SkiaSharp 2.88.4 build errors #2494
Comments
One thing I notice is that you have in your csproj: <NativeFileReference Include="$(SkiaSharpStaticLibraryPath)\3.1.34\st\*.a" /> Note the
Not saying this is the issue, but it is something I noticed. |
That type seems to be a part of .NET itself... https://github.com/search?q=org%3Adotnet%20emscripten_longjmp&type=code |
|
And also emscripten-core/emscripten#19004 |
Can you also attach a binlog so we can investigate? |
Yes, I accidentally attached the build output with |
The PR from @jeromelaban may fix this issue. It is still in the queue, but when it is done you can try using the PR artifacts. |
Thanks for finding this! |
Sure, I will try this, when the artifacts will be ready. |
Description
Empty .NET 8 Blazor Wasm application throws build errors when including the latest SkiaSharp NativeAssets. See Build output.
Code
My .csproj:
Build output:
Expected Behavior
Actual Behavior
Basic Information
Reproduction Link
The text was updated successfully, but these errors were encountered: