Skip to content

Commit fdd7017

Browse files
committed
Fix Watch-on-YouTube link markup on Jan–May 2025 meeting pages
Replace the <p>-wrapped "Watch on YouTube" block with a <div> and an inline <a> on the summary and transcript pages for 2025-01-08 through 2025-05-07. The <p> wrapping a multi-line <small>/<a> tripped the production HTML minifier ("End tag p implied" / "No p element in scope"). Signed-off-by: Liam Randall <liam@cosmonic.com>
1 parent ebe8469 commit fdd7017

36 files changed

Lines changed: 108 additions & 180 deletions

community/2025-01-08-community-meeting-transcript.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ import YouTube from 'react-player/youtube';
2222

2323
<YouTube url="https://www.youtube.com/watch?v=3ytu_yD5ezw" />
2424

25-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
25+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
2626
<small>
27-
<a href="https://www.youtube.com/watch?v=3ytu_yD5ezw" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=3ytu_yD5ezw" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Jan 8, 2025 · 41 minutes*
3432

community/2025-01-08-community-meeting.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ import YouTube from 'react-player/youtube';
3333

3434
<YouTube url="https://www.youtube.com/watch?v=3ytu_yD5ezw" />
3535

36-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
36+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
3737
<small>
38-
<a href="https://www.youtube.com/watch?v=3ytu_yD5ezw" target="_blank" rel="noopener noreferrer">
39-
Watch on YouTube ↗
40-
</a>
38+
<a href="https://www.youtube.com/watch?v=3ytu_yD5ezw" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4139
</small>
42-
</p>
40+
</div>
4341

4442
The January 8, 2025 wasmCloud community call is about making the project's polyglot tooling easier to find and contribute to — and about what the **Wasm component model** unlocks once you do. Jonas Bergius walks through the new `wasmCloud/go` monorepo and its experimental `x` namespace, Lachlan Heywood shows the matching `wasmCloud/typescript` repo and a Changesets-based contribution flow, and Colin Murphy demos composing a Rust component with a Node.js component using JCO and wac to build a C2PA content-credentials handler. The call closes with a reminder about Q1 2025 roadmap planning and a Q&A on how WASI and wasmCloud interface versions are released.
4543

community/2025-01-15-community-meeting-transcript.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ import YouTube from 'react-player/youtube';
2121

2222
<YouTube url="https://www.youtube.com/watch?v=1jVV0kPh4wM" />
2323

24-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
24+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
2525
<small>
26-
<a href="https://www.youtube.com/watch?v=1jVV0kPh4wM" target="_blank" rel="noopener noreferrer">
27-
Watch on YouTube ↗
28-
</a>
26+
<a href="https://www.youtube.com/watch?v=1jVV0kPh4wM" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
2927
</small>
30-
</p>
28+
</div>
3129

3230
*wasmCloud Weekly Community Call — Wed, Jan 15, 2025 · 103 minutes*
3331

community/2025-01-15-community-meeting.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ import YouTube from 'react-player/youtube';
3636

3737
<YouTube url="https://www.youtube.com/watch?v=1jVV0kPh4wM" />
3838

39-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
39+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
4040
<small>
41-
<a href="https://www.youtube.com/watch?v=1jVV0kPh4wM" target="_blank" rel="noopener noreferrer">
42-
Watch on YouTube ↗
43-
</a>
41+
<a href="https://www.youtube.com/watch?v=1jVV0kPh4wM" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4442
</small>
45-
</p>
43+
</div>
4644

4745
The January 15, 2025 wasmCloud community call is the project's **Q1 2025 roadmap planning** session. Liam Randall walks the GitHub roadmap board live, gathering community feedback on the work that matters most for the quarter. A recurring theme is **WebAssembly on Kubernetes**: simplifying the platform Helm chart and hiding the NATS requirement for operators, plus an RFC for minimal-footprint ingress. The call also covers a provider SDK testing framework, tracking **WASI Preview 3**, bundling wasmCloud and wadm into the wash CLI, and stabilizing wasmCloud's CloudEvents and control-interface APIs nearly a year after the 1.0 release.
4846

community/2025-01-22-community-meeting-transcript.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ import YouTube from 'react-player/youtube';
2222

2323
<YouTube url="https://www.youtube.com/watch?v=nRoFMDo7ggU" />
2424

25-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
25+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
2626
<small>
27-
<a href="https://www.youtube.com/watch?v=nRoFMDo7ggU" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=nRoFMDo7ggU" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Jan 22, 2025 · 50 minutes*
3432

community/2025-01-22-community-meeting.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ import YouTube from 'react-player/youtube';
3333

3434
<YouTube url="https://www.youtube.com/watch?v=nRoFMDo7ggU" />
3535

36-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
36+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
3737
<small>
38-
<a href="https://www.youtube.com/watch?v=nRoFMDo7ggU" target="_blank" rel="noopener noreferrer">
39-
Watch on YouTube ↗
40-
</a>
38+
<a href="https://www.youtube.com/watch?v=nRoFMDo7ggU" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4139
</small>
42-
</p>
40+
</div>
4341

4442
The January 22, 2025 wasmCloud community call opens by welcoming a wave of new maintainers, then turns to running **WebAssembly on Kubernetes**. Liam Randall demos a proof-of-concept that embeds the wadm and wasmCloud host libraries directly into the `wash` CLI — folding three separate binaries into one for the `wash dev` loop. Taylor Thomas then demos the new wasmCloud benchmark Helm chart, which uses **k6** load testing with a bundled Grafana, Loki, and Tempo stack to measure WebAssembly workload performance inside a cluster. The call closes with a walkthrough of the Q1 roadmap and a frank discussion of provider and CI workflow testing.
4543

community/2025-01-29-community-meeting-transcript.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ import YouTube from 'react-player/youtube';
2222

2323
<YouTube url="https://www.youtube.com/watch?v=5cIKy8laBAA" />
2424

25-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
25+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
2626
<small>
27-
<a href="https://www.youtube.com/watch?v=5cIKy8laBAA" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=5cIKy8laBAA" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Jan 29, 2025 · 93 minutes*
3432

community/2025-01-29-community-meeting.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ import YouTube from 'react-player/youtube';
3535

3636
<YouTube url="https://www.youtube.com/watch?v=5cIKy8laBAA" />
3737

38-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
38+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
3939
<small>
40-
<a href="https://www.youtube.com/watch?v=5cIKy8laBAA" target="_blank" rel="noopener noreferrer">
41-
Watch on YouTube ↗
42-
</a>
40+
<a href="https://www.youtube.com/watch?v=5cIKy8laBAA" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4341
</small>
44-
</p>
42+
</div>
4543

4644
The January 29, 2025 wasmCloud community call leans into resilience and developer experience. Brooks Townsend demos a new feature that lets the **wasmCloud host** supervise and automatically restart a **capability provider** that exits unexpectedly, Taylor walks through a Helm chart that aggregates **benchmarking** results into ConfigMaps for CNCF testing infrastructure, and the team digs into the **wash 0.38** release with extended registry overrides and interface wildcards. After the formal agenda, Bailey Hayes fields a community question on **WebAssembly and Kubernetes** — why wasmCloud integrates with Kubernetes rather than replacing it — and the call closes with a deep, freewheeling discussion of error handling, Protobuf, and WIT.
4745

community/2025-02-05-community-meeting-transcript.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ import YouTube from 'react-player/youtube';
2222

2323
<YouTube url="https://www.youtube.com/watch?v=iuOm81zs4cM" />
2424

25-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
25+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '2rem'}}>
2626
<small>
27-
<a href="https://www.youtube.com/watch?v=iuOm81zs4cM" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=iuOm81zs4cM" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Feb 5, 2025 · 58 minutes*
3432

community/2025-02-05-community-meeting.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ import YouTube from 'react-player/youtube';
3434

3535
<YouTube url="https://www.youtube.com/watch?v=iuOm81zs4cM" />
3636

37-
<p style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
37+
<div style={{textAlign: 'right', marginTop: '0.25rem', marginBottom: '1.5rem'}}>
3838
<small>
39-
<a href="https://www.youtube.com/watch?v=iuOm81zs4cM" target="_blank" rel="noopener noreferrer">
40-
Watch on YouTube ↗
41-
</a>
39+
<a href="https://www.youtube.com/watch?v=iuOm81zs4cM" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4240
</small>
43-
</p>
41+
</div>
4442

4543
The February 5, 2025 wasmCloud community call pairs two forward-looking RFCs. Joonas Bergius walks through a **workload identity** proposal built on **SPIFFE** — an infrastructure-agnostic, cryptographically verifiable identity for hosts, providers, and components that can secure NATS connectivity, enable secret-less OCI pulls, and establish mutual TLS across clusters. Then the team makes the case for turning the **wash CLI** into a **Wasm component**-based plugin system — the dog-food argument that the **Wasm component model** should be "the last plugin system you'll ever need." Brooks Townsend closes with a Q1 roadmap check-in.
4644

0 commit comments

Comments
 (0)