Replies: 5 comments 9 replies
-
No, I don't think anybody tried, but there was an interest. From what we need to be working:
Preferably to try it with latest nightly builds (master) or release/11.1 branch. |
Beta Was this translation helpful? Give feedback.
-
Awesome, I did have skia sharp working with just the software renderer a few years back https://github.com/yowl/wskia, but hit mono/SkiaSharp#1931 hopefully that problem no longer exists. |
Beta Was this translation helpful? Give feedback.
-
I see you are having a go from the runtimelab board (dotnet/runtimelab#2434 (comment)) I've been busy fixing the nuget for NativeAOT-LLVM (merging from upstream) so haven't had a chance to start looking at this. Let me know if you have any questions with the build or support. |
Beta Was this translation helpful? Give feedback.
-
The latest packages have better JS support, but there are still some problems getting the template app to start. For example SkiaSharp uses managed delegates to pass to Skia. These wont work in AOT and need to be converted to function pointers. I have started to try that, but building SkiaSharp just for wasm doesnt seem easy. |
Beta Was this translation helpful? Give feedback.
-
See #16211 for continuation of the discussion |
Beta Was this translation helpful? Give feedback.
-
Hi, has anyone attempted to build the Wasm head with NativeAOT-LLVM? I did this for Uno as an experiment some time ago and it was quite a bit of effort, but NativeAOT-LLVM and Mono are more closely aligned these days so it might not be so hard.
Beta Was this translation helpful? Give feedback.
All reactions