Skip to content

Commit 756ec10

Browse files
docs: use WebAssembly native/Skia terminology for wasm.cs and browserwasm.cs
Co-authored-by: MartinZikmund <1075116+MartinZikmund@users.noreply.github.com>
1 parent 9f39e70 commit 756ec10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/articles/platform-specific-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Heavy usage of `#if` conditionals in shared code makes it hard to read and compr
102102

103103
Starting from Uno Platform 5.2, in project or class libraries using the `Uno.Sdk`, a set of implicit file name conventions can be used to target specific platforms:
104104

105-
* `*.wasm.cs` is built for `net9.0-browserwasm` and for Skia with the WebAssembly runtime identifier
106-
* `*.browserwasm.cs` is equivalent to `*.wasm.cs` — built for `net9.0-browserwasm` and for Skia with the WebAssembly runtime identifier
105+
* `*.wasm.cs` is built for WebAssembly native (`net9.0-browserwasm`) and WebAssembly Skia
106+
* `*.browserwasm.cs` is equivalent to `*.wasm.cs` — built for WebAssembly native (`net9.0-browserwasm`) and WebAssembly Skia
107107
* `*.desktop.cs` is built only for `net9.0-desktop`
108108
* `*.iOS.cs` is built only for `net9.0-ios` and `net9.0-maccatalyst`
109109
* `*.tvOS.cs` is built only for `net9.0-tvos`

0 commit comments

Comments
 (0)