We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ed428 + 69ba0c4 commit 9c7513aCopy full SHA for 9c7513a
_data/builds/swift_releases.yml
@@ -2296,8 +2296,8 @@
2296
archs:
2297
- x86_64
2298
- arm64
2299
- - name: Wasm
2300
- platform: wasm
+ - name: Wasm SDK
+ platform: wasm-sdk
2301
checksum: fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224
2302
2303
_includes/new-includes/components/wasm-sdk.html
@@ -1,4 +1,4 @@
1
-{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Wasm'| first %}
+{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Wasm SDK'| first %}
2
{% assign tag = site.data.builds.swift_releases.last.tag %}
3
{% assign tag_downcase = site.data.builds.swift_releases.last.tag | downcase %}
4
0 commit comments