Skip to content

Commit

Permalink
Udpate talk description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Sep 24, 2024
1 parent 299a1b2 commit 7b37efb
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 7b37efb

Please sign in to comment.