Commit graph

6 commits

Author SHA1 Message Date
Matthew Leibowitz
c85c478e1b
Move the WASM fix to SkiaSharp (#3088) 2024-11-28 21:43:41 +08:00
Matthew Leibowitz
32fbf8deb2
Move the Blazor workaround into WASM (#3082)
The workaround needed for WASM is not really Blazor specific
and if the project is not using the Blazor views, the fix will not
be applied to the build.
2024-11-28 06:52:46 +08:00
Matthew Leibowitz
9bea7b2be3
Add support for multi-thread and/or SIMD WebAssembly (#2620)
* Add support for multi-thread wasm blazor

* Order the folder name parts (#2774)

* this

* handle the matrix of st/mt and /simd/non-simd

* Merge remote-tracking branch 'origin/main' into dev/mt-main

# Conflicts:
#	scripts/azure-templates-stages.yml

* wasm things

* Added a sample
2024-10-28 19:48:39 +08:00
Matthew Leibowitz
171e086a89
Update .NET to 8.0 (#2927)
* Update the Dockerfiles
* Use newer Xcode
* Update Blazor WASM Sample
* Update Uno Samples
2024-07-26 00:28:28 +08:00
Matthew Leibowitz
0921869ef2 Fix the targets for Blazor
- Duplicate check in the Condition
- `USE_WEBGL2=1` is now required
2023-08-17 17:24:04 +02:00
Matthew Leibowitz
bc5020b9ee
Modernize the repository and prepare SkiaSharp 3.0 (#2505)
* Merge and modernize the binding projects
* Remove UWP and watchOS
* Add the native assets projects
* Rename bootstrapper.ps1 to build.ps1
* Add new device tests
* Rework the test skipping feature

---------

Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2023-07-30 23:49:57 +08:00