We have updated our project to .net 9 from .net 8 and are hitting a runtime error "WebAssembly.compileStreaming()". #916
Unanswered
BradChase2011
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Thanks for the report, this looks like this .NET 9 RC2 issue dotnet/runtime#109289, likely caused by the fact that you're referencing SkiaSharp. There's a temporary workaround listed in the comments. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone encountered the error after upgrading to .net 9? At runtime we see this:

MONO_WASM: instantiate_wasm_module() failed CompileError: WebAssembly.compileStreaming(): Compiling function #27382:"CompressionNative_Crc32" failed: expected 1 elements on the stack for fallthru, found 4 @+7891257
I cant seem to find any info on it anywhere. Anyone know how to get around this or any info at all would really help. I used this link to get it moved over to .net 9: https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/using-the-bootstrapper.html.
Thanks much!
Beta Was this translation helpful? Give feedback.
All reactions