Is it possible to build the WASM native libraries on a Windows pc? #3024
-
We have changes to skia that we need built into the native libs. We can build all the end points we have except for WASM. It skips building the native libs and if I am looking at the correct cake, it seems to drop off on the task libSkiaSharp with ".WithCriteria(IsRunningOnLinux())". Is it possible to build the wasm libs on a windows pc? If so, what command should I use to test it out? If not, is there a document or any info on how to build them? Thanks much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You should be able to use WSL as that is what I use. Or Docker. In the scripts/Docker folder, the things are there and there is a build local script you can run to do it all for you. I am not sure if you can build wasm on windows, I just never tried and then never needed to. Maybe it will work if you remove the condition? |
Beta Was this translation helpful? Give feedback.
You should be able to use WSL as that is what I use. Or Docker.
In the scripts/Docker folder, the things are there and there is a build local script you can run to do it all for you.
I am not sure if you can build wasm on windows, I just never tried and then never needed to. Maybe it will work if you remove the condition?