Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions src/content/pages/programme/wasm-summit.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
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**: Monday, July 14th or Tuesday, July 15th (to be confirmed)
* **Where**: Prague Congress Centre (PCC), Room to be announced
* **Who can join**: Anyone with a valid in-person EuroPython 2025 ticket


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.


## 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 to participate.

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/aMtRA4D7qJ12i9aB8)

We will contact you with more details closer to the event.
4 changes: 4 additions & 0 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
{
"name": "C API Summit",
"path": "/programme/c-api-summit"
},
{
"name": "WebAssembly Summit",
"path": "/programme/wasm-summit"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions src/pages/wasm-summit.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
window.location.href = "/programme/wasm-summit/";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/wasm-summit/">
</noscript>