From 119f7f105240cd47244c3c6766cb58b0f496541e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?=
<5621605+rodrigogiraoserrao@users.noreply.github.com>
Date: Mon, 24 Feb 2025 18:42:48 +0000
Subject: [PATCH 1/2] Add WASM Summit
---
src/content/pages/programme/wasm-summit.mdx | 35 ++++++
src/data/links.json | 114 ++++++++++----------
src/pages/wasm-summit.astro | 7 ++
3 files changed, 101 insertions(+), 55 deletions(-)
create mode 100644 src/content/pages/programme/wasm-summit.mdx
create mode 100644 src/pages/wasm-summit.astro
diff --git a/src/content/pages/programme/wasm-summit.mdx b/src/content/pages/programme/wasm-summit.mdx
new file mode 100644
index 000000000..20c7bb9cb
--- /dev/null
+++ b/src/content/pages/programme/wasm-summit.mdx
@@ -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.
diff --git a/src/data/links.json b/src/data/links.json
index c8f243999..f83762322 100644
--- a/src/data/links.json
+++ b/src/data/links.json
@@ -1,69 +1,73 @@
{
- "header": [
- {
- "name": "Programme",
- "items": [
+ "header": [
{
- "name": "Tracks",
- "path": "/programme/tracks"
+ "name": "Programme",
+ "items": [
+ {
+ "name": "Tracks",
+ "path": "/programme/tracks"
+ },
+ {
+ "name": "Selection Process",
+ "path": "/programme/selection"
+ },
+ {
+ "name": "Community Voting",
+ "path": "/programme/voting"
+ },
+ {
+ "name": "Speaker Mentorship",
+ "path": "/programme/mentorship"
+ },
+ {
+ "name": "C API Summit",
+ "path": "/programme/c-api-summit"
+ },
+ {
+ "name": "WebAssembly Summit",
+ "path": "/programme/wasm-summit"
+ }
+ ]
},
{
- "name": "Selection Process",
- "path": "/programme/selection"
+ "name": "Prague & Venue",
+ "items": [
+ {
+ "name": "Around Prague & PCC",
+ "path": "/where"
+ },
+ {
+ "name": "Exploring Prague",
+ "path": "/explore"
+ }
+ ]
},
{
- "name": "Community Voting",
- "path": "/programme/voting"
- },
+ "name": "Info & Support",
+ "items": [
+ {
+ "name": "FAQ",
+ "path": "/faq"
+ }
+ ]
+ }
+ ],
+ "footer": [
{
- "name": "Speaker Mentorship",
- "path": "/programme/mentorship"
+ "name": "2024 Photos",
+ "path": "https://ep2024.europython.eu/photos"
},
{
- "name": "C API Summit",
- "path": "/programme/c-api-summit"
- }
- ]
- },
- {
- "name": "Prague & Venue",
- "items": [
- {
- "name": "Around Prague & PCC",
- "path": "/where"
+ "name": "Contacts",
+ "path": "/contacts"
},
{
- "name": "Exploring Prague",
- "path": "/explore"
- }
- ]
- },
- {
- "name": "Info & Support",
- "items": [
+ "name": "Terms",
+ "path": "/terms"
+ },
{
- "name": "FAQ",
- "path": "/faq"
+ "name": "Privacy Policy",
+ "path": "https://www.europython-society.org/privacy/"
}
- ]
- }
- ],
- "footer": [
- {
- "name": "2024 Photos",
- "path": "https://ep2024.europython.eu/photos"
- },
- {
- "name": "Contacts",
- "path": "/contacts"
- },
- {
- "name": "Terms",
- "path": "/terms"
- },
- {
- "name": "Privacy Policy",
- "path": "https://www.europython-society.org/privacy/"
- }
- ]
+ ]
}
diff --git a/src/pages/wasm-summit.astro b/src/pages/wasm-summit.astro
new file mode 100644
index 000000000..47c4a4f71
--- /dev/null
+++ b/src/pages/wasm-summit.astro
@@ -0,0 +1,7 @@
+
+
+
From 9ca30934f6a2e946f05382744e8c6d5df642fbdc Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 24 Feb 2025 18:46:15 +0000
Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---
src/data/links.json | 116 ++++++++++++++++++++++----------------------
1 file changed, 58 insertions(+), 58 deletions(-)
diff --git a/src/data/links.json b/src/data/links.json
index f83762322..f21f32115 100644
--- a/src/data/links.json
+++ b/src/data/links.json
@@ -1,73 +1,73 @@
{
- "header": [
+ "header": [
+ {
+ "name": "Programme",
+ "items": [
{
- "name": "Programme",
- "items": [
- {
- "name": "Tracks",
- "path": "/programme/tracks"
- },
- {
- "name": "Selection Process",
- "path": "/programme/selection"
- },
- {
- "name": "Community Voting",
- "path": "/programme/voting"
- },
- {
- "name": "Speaker Mentorship",
- "path": "/programme/mentorship"
- },
- {
- "name": "C API Summit",
- "path": "/programme/c-api-summit"
- },
- {
- "name": "WebAssembly Summit",
- "path": "/programme/wasm-summit"
- }
- ]
+ "name": "Tracks",
+ "path": "/programme/tracks"
},
{
- "name": "Prague & Venue",
- "items": [
- {
- "name": "Around Prague & PCC",
- "path": "/where"
- },
- {
- "name": "Exploring Prague",
- "path": "/explore"
- }
- ]
+ "name": "Selection Process",
+ "path": "/programme/selection"
},
{
- "name": "Info & Support",
- "items": [
- {
- "name": "FAQ",
- "path": "/faq"
- }
- ]
- }
- ],
- "footer": [
+ "name": "Community Voting",
+ "path": "/programme/voting"
+ },
{
- "name": "2024 Photos",
- "path": "https://ep2024.europython.eu/photos"
+ "name": "Speaker Mentorship",
+ "path": "/programme/mentorship"
},
{
- "name": "Contacts",
- "path": "/contacts"
+ "name": "C API Summit",
+ "path": "/programme/c-api-summit"
},
{
- "name": "Terms",
- "path": "/terms"
+ "name": "WebAssembly Summit",
+ "path": "/programme/wasm-summit"
+ }
+ ]
+ },
+ {
+ "name": "Prague & Venue",
+ "items": [
+ {
+ "name": "Around Prague & PCC",
+ "path": "/where"
},
{
- "name": "Privacy Policy",
- "path": "https://www.europython-society.org/privacy/"
+ "name": "Exploring Prague",
+ "path": "/explore"
+ }
+ ]
+ },
+ {
+ "name": "Info & Support",
+ "items": [
+ {
+ "name": "FAQ",
+ "path": "/faq"
}
- ]
+ ]
+ }
+ ],
+ "footer": [
+ {
+ "name": "2024 Photos",
+ "path": "https://ep2024.europython.eu/photos"
+ },
+ {
+ "name": "Contacts",
+ "path": "/contacts"
+ },
+ {
+ "name": "Terms",
+ "path": "/terms"
+ },
+ {
+ "name": "Privacy Policy",
+ "path": "https://www.europython-society.org/privacy/"
+ }
+ ]
}