From 7b37efb1965632de2ac3546ac2db50794d4e23bf Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 24 Sep 2024 16:46:48 +0100 Subject: [PATCH] Udpate talk description --- Sources/Conference/Models/Talk.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Conference/Models/Talk.swift b/Sources/Conference/Models/Talk.swift index 6bea7b3..d041678 100644 --- a/Sources/Conference/Models/Talk.swift +++ b/Sources/Conference/Models/Talk.swift @@ -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,