diff --git a/src/content/pages/wasm.mdx b/src/content/pages/wasm.mdx new file mode 100644 index 000000000..bb2b908a2 --- /dev/null +++ b/src/content/pages/wasm.mdx @@ -0,0 +1,36 @@ +--- +title: WebAssembly Summit +subtitle: A summit to bring together maintainers and users of Python with WebAssembly, to discuss the state of this ecosystem, existing challenges, and ongoing work. +--- + +# WebAssembly Summit + +* **When**: Tuesday, July 9th. +* **Where**: Prague Congress Centre (PCC), Room Club D +* **Who can join**: Anyone with a valid in-person EuroPython 2024 ticket - Conference, Tutorial or Combined (see [ticket types](https://ep2024.europython.eu/tickets#ticket-types) for details). + +This summit aims to bring together maintainers and users of Python with WebAssembly, to discuss the state of this ecosystem, existing challenges, and ongoing work. + +Read about last year's summit [here](https://github.com/psf/webassembly/blob/main/meetings/2023/webassembly-summit-europython.md). + + +## Agenda + +* 9:00: Meet and greet (many of us won’t know each other) + unconference-y post-it based organisation. +* 9:30: Presentations (30mins each) +* 11:00: Coffee +* 11:15: Presentations +* 12:45: Lunch at the PCC (included) +* 13:45: Unconference-y activities (discussions, hacks, ad hoc tutorials etc…) +* 16:00: Round-up / plenary session for feedback and organising next steps. +* 18:30-ish: Ad hoc dinner plans. + +## Registration + +You need to have a valid EuroPython in-person ticket ([Conference, Tutorial or Combined](https://ep2024.europython.eu/tickets#ticket-types)) to participate. Purchase a EuroPython ticket [here](https://tickets.europython.eu/), if you haven't already. + +The event is limited to 40 participants. If there is a topic you would like to present, please indicate it in the form and _fill it in early_. Time slots are of 30min at most (10 min of presentation + 20 min for questions/discussion). + +To be part of the WASM summit, [register your interest now!](https://forms.gle/J5wBhR9dChVSLiUHA) + +We will contact you with more details closer to the event. diff --git a/src/data/links.json b/src/data/links.json index 3e9e7d262..4f6e6c8a6 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -47,6 +47,10 @@ { "name": "Speakers' Dinner", "path": "/speakers-dinner" + }, + { + "name": "WebAssembly Summit", + "path": "/wasm" } ] },