-
-
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
Avalonia Browser is broken on net8.0 (Emscripten 3.1.34) #12225
Comments
Yes, it's a known skiasharp issue, should be already fixed with the latest skia nightly builds. |
@maxkatz6 My Workaround bellow. In Avalonia :
In your Browser App csproj (example here MobileSandbox.Browser)
PS : multithreading compile too but it's not working at end (expected result)
|
You don't need to update Avalonia to use a newer SkiaSharp, you can just add relevant PackageReference entries directly to your project. |
Hi, I see this is considered a skiasharp issue, so are we still waiting for someone in another project to do something? I'd really like to publish my app as net8 but it, and I assume any browser target app, fails to compile with undefined symbol warnings if I target net8. |
We have a WIP PR #12729 . Still need to work out how and when to finally update, as this is a breaking change and 3.0 of SkiaSharp is not released yet |
Hi I am interested in this issue |
Describe the bug
Wasm app is broken when use latest dotnet sdk 8.0 which use Emscripten 3.1.34
To Reproduce
1>wasm-ld : warning : function signature mismatch: time
Expected behavior
It works
Logs
wasm-ld : warning : function signature mismatch: time
error MSB3073: The command "emcc exited with code 1.
Desktop:
Additional context
mono/SkiaSharp#2494
mono/SkiaSharp#2495
The text was updated successfully, but these errors were encountered: