Skip to content

Commit

Permalink
Merge pull request #129 from SwiftServerConf/steven-tweak
Browse files Browse the repository at this point in the history
Udpate talk description
  • Loading branch information
0xTim authored Sep 25, 2024
2 parents 299a1b2 + 7b37efb commit 343bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Conference/Models/Talk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct AllTalks {
Talk(
id: 13,
title: "Swift for WebAssembly",
description: "WebAssembly is a rapidly growing technology that provides great opportunities for Swift developers. This talk will introduce Swift developers to WebAssembly, and demonstrate how they can run Swift in the browser, call JavaScript from Swift to access the DOM, add Swift modules to web apps, and so much more. The talk is full of live coding and concludes with a demo that shows multiple WebAssembly clients communicating with a Vapor back-end through websockets.",
description: "WebAssembly is a rapidly growing technology that provides great opportunities for Swift developers. This talk will introduce Swift developers to WebAssembly, and demonstrate how they can run Swift in the browser, call JavaScript from Swift to access the DOM, add Swift modules to web apps, and so much more. The talk concludes with a demo that shows multiple WebAssembly clients communicating with a Vapor back-end through websockets.",
speakerNames: ["Steven Van Impe"]),
Talk(
id: 14,
Expand Down

0 comments on commit 343bf53

Please sign in to comment.