diff --git a/_data/builds/swift_releases.yml b/_data/builds/swift_releases.yml index 258d6e6ee..6b6e50199 100644 --- a/_data/builds/swift_releases.yml +++ b/_data/builds/swift_releases.yml @@ -2296,8 +2296,8 @@ archs: - x86_64 - arm64 - - name: Wasm - platform: wasm + - name: Wasm SDK + platform: wasm-sdk checksum: fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224 archs: - x86_64 diff --git a/_includes/new-includes/components/wasm-sdk.html b/_includes/new-includes/components/wasm-sdk.html index 0b404b695..c2f009586 100644 --- a/_includes/new-includes/components/wasm-sdk.html +++ b/_includes/new-includes/components/wasm-sdk.html @@ -1,4 +1,4 @@ -{% 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 %} {% assign tag = site.data.builds.swift_releases.last.tag %} {% assign tag_downcase = site.data.builds.swift_releases.last.tag | downcase %}