Skip to content
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

NET9 WebAssebmly and Skia #18953

Closed
navio-n opened this issue Nov 28, 2024 · 5 comments
Closed

NET9 WebAssebmly and Skia #18953

navio-n opened this issue Nov 28, 2024 · 5 comments
Labels
difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification

Comments

@navio-n
Copy link

navio-n commented Nov 28, 2024

Current behavior

Added Skia Feature to

Error:
CompileError: WebAssembly.compileStreaming(): Compiling function #16743:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+6151113

Expected behavior

Should be able to add Skia to NET9

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

Yes

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@navio-n navio-n added difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Nov 28, 2024
@jeromelaban
Copy link
Member

jeromelaban commented Nov 28, 2024

Thanks, this is a known .NET SDK issue, see dotnet/runtime#109289 (comment) for a workaround. We do not know when this will be released in the .NET SDK.

@navio-n
Copy link
Author

navio-n commented Nov 28, 2024

Where to put that?
Thank you

@navio-n
Copy link
Author

navio-n commented Nov 29, 2024

I am trying to debug Uno.Gallery and still getting:

CompileError: WebAssembly.compileStreaming(): Compiling function #16743:"mono_ppdb_load_file" failed: expected 0 elements on the stack for fallthru, found 4 @+6151113

I did uno-check and wasm build tools

@navio-n
Copy link
Author

navio-n commented Nov 29, 2024

I removed Condition=" $(NETCoreSdkVersion.Contains('rc.2')) and it works. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification
Projects
None yet
Development

No branches or pull requests

2 participants