Skip to content

Commit abdaa85

Browse files
Add WASM Summit (#1018)
Based off of #995 and #623. The WASM page from last year linked to ticket info but we don't have that page up yet, correct? @ntoll : as agreed, I copied the info from last year. Could you please take a look at this page/the preview and make sure everything looks alright? 🙏 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f669e61 commit abdaa85

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: WebAssembly Summit
3+
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.
4+
---
5+
6+
# WebAssembly Summit
7+
8+
* **When**: Monday, July 14th or Tuesday, July 15th (to be confirmed)
9+
* **Where**: Prague Congress Centre (PCC), Room to be announced
10+
* **Who can join**: Anyone with a valid in-person EuroPython 2025 ticket
11+
12+
13+
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.
14+
15+
16+
## Agenda
17+
18+
* 9:00: Meet and greet (many of us won’t know each other) + unconference-y post-it based organisation.
19+
* 9:30: Presentations (30mins each)
20+
* 11:00: Coffee
21+
* 11:15: Presentations
22+
* 12:45: Lunch at the PCC (included)
23+
* 13:45: Unconference-y activities (discussions, hacks, ad hoc tutorials etc…)
24+
* 16:00: Round-up / plenary session for feedback and organising next steps.
25+
* 18:30-ish: Ad hoc dinner plans.
26+
27+
## Registration
28+
29+
You need to have a valid EuroPython in-person ticket to participate.
30+
31+
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).
32+
33+
To be part of the WASM summit, [register your interest now!](https://forms.gle/aMtRA4D7qJ12i9aB8)
34+
35+
We will contact you with more details closer to the event.

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
{
2323
"name": "C API Summit",
2424
"path": "/programme/c-api-summit"
25+
},
26+
{
27+
"name": "WebAssembly Summit",
28+
"path": "/programme/wasm-summit"
2529
}
2630
]
2731
},

src/pages/wasm-summit.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "/programme/wasm-summit/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/wasm-summit/">
7+
</noscript>

0 commit comments

Comments
 (0)