Commit c86e506
committed
feat: Expand multiplatform support
This commit significantly expands the range of supported targets for the `zodkmp` library, enhancing its cross-platform capabilities.
Support has been added for the following platforms:
- **JVM**: `desktop`
- **JavaScript**: `js` (browser and nodejs) and `wasmJs`
- **iOS**: `iosX64` for simulators on Intel Macs
- **macOS**: `macosX64` and `macosArm64`
- **tvOS**: `tvosArm64`, `tvosX64`, and `tvosSimulatorArm64`
- **watchOS**: `watchosArm32`, `watchosArm64`, `watchosX64`, and `watchosSimulatorArm64`
- **Linux**: `linuxX64` and `linuxArm64`
- **Windows**: `mingwX64`1 parent c521e8d commit c86e506
1 file changed
+35
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
25 | 60 | | |
26 | 61 | | |
27 | 62 | | |
| |||
0 commit comments