Skip to content

Commit 119f7f1

Browse files
Add WASM Summit
1 parent f669e61 commit 119f7f1

File tree

3 files changed

+101
-55
lines changed

3 files changed

+101
-55
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: 59 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,73 @@
11
{
2-
"header": [
3-
{
4-
"name": "Programme",
5-
"items": [
2+
"header": [
63
{
7-
"name": "Tracks",
8-
"path": "/programme/tracks"
4+
"name": "Programme",
5+
"items": [
6+
{
7+
"name": "Tracks",
8+
"path": "/programme/tracks"
9+
},
10+
{
11+
"name": "Selection Process",
12+
"path": "/programme/selection"
13+
},
14+
{
15+
"name": "Community Voting",
16+
"path": "/programme/voting"
17+
},
18+
{
19+
"name": "Speaker Mentorship",
20+
"path": "/programme/mentorship"
21+
},
22+
{
23+
"name": "C API Summit",
24+
"path": "/programme/c-api-summit"
25+
},
26+
{
27+
"name": "WebAssembly Summit",
28+
"path": "/programme/wasm-summit"
29+
}
30+
]
931
},
1032
{
11-
"name": "Selection Process",
12-
"path": "/programme/selection"
33+
"name": "Prague & Venue",
34+
"items": [
35+
{
36+
"name": "Around Prague & PCC",
37+
"path": "/where"
38+
},
39+
{
40+
"name": "Exploring Prague",
41+
"path": "/explore"
42+
}
43+
]
1344
},
1445
{
15-
"name": "Community Voting",
16-
"path": "/programme/voting"
17-
},
46+
"name": "Info & Support",
47+
"items": [
48+
{
49+
"name": "FAQ",
50+
"path": "/faq"
51+
}
52+
]
53+
}
54+
],
55+
"footer": [
1856
{
19-
"name": "Speaker Mentorship",
20-
"path": "/programme/mentorship"
57+
"name": "2024 Photos",
58+
"path": "https://ep2024.europython.eu/photos"
2159
},
2260
{
23-
"name": "C API Summit",
24-
"path": "/programme/c-api-summit"
25-
}
26-
]
27-
},
28-
{
29-
"name": "Prague & Venue",
30-
"items": [
31-
{
32-
"name": "Around Prague & PCC",
33-
"path": "/where"
61+
"name": "Contacts",
62+
"path": "/contacts"
3463
},
3564
{
36-
"name": "Exploring Prague",
37-
"path": "/explore"
38-
}
39-
]
40-
},
41-
{
42-
"name": "Info & Support",
43-
"items": [
65+
"name": "Terms",
66+
"path": "/terms"
67+
},
4468
{
45-
"name": "FAQ",
46-
"path": "/faq"
69+
"name": "Privacy Policy",
70+
"path": "https://www.europython-society.org/privacy/"
4771
}
48-
]
49-
}
50-
],
51-
"footer": [
52-
{
53-
"name": "2024 Photos",
54-
"path": "https://ep2024.europython.eu/photos"
55-
},
56-
{
57-
"name": "Contacts",
58-
"path": "/contacts"
59-
},
60-
{
61-
"name": "Terms",
62-
"path": "/terms"
63-
},
64-
{
65-
"name": "Privacy Policy",
66-
"path": "https://www.europython-society.org/privacy/"
67-
}
68-
]
72+
]
6973
}

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)