Skip to content

Commit 6281196

Browse files
immanuwellLiamRandall
authored andcommitted
fix(community): replace invalid paragraph wrappers around YouTube links
Signed-off-by: immanuwell <pchpr.00@list.ru>
1 parent e8062eb commit 6281196

104 files changed

Lines changed: 312 additions & 520 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

community/2025-05-14-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=bD_ECH8vg5U" />
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=bD_ECH8vg5U" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=bD_ECH8vg5U" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, May 14, 2025 · 37 minutes*
3432

community/2025-05-14-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=bD_ECH8vg5U" />
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=bD_ECH8vg5U" target="_blank" rel="noopener noreferrer">
39-
Watch on YouTube ↗
40-
</a>
38+
<a href="https://www.youtube.com/watch?v=bD_ECH8vg5U" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4139
</small>
42-
</p>
40+
</div>
4341

4442
The May 14, 2025 wasmCloud community call brings back the "Documentation of the Week" and "Issue of the Week" segments and digs into two practical threads in the **Wasm component model**. Brooks Townsend walks through the experimental **error handling for custom interfaces** landed in wasmCloud 1.8 — where wRPC surfaces platform-level transport errors to the guest instead of panicking — and turns the gap in its docs into an Issue of the Week. Victor Adossi then demos a new TypeScript example that runs the popular **axios** HTTP library inside a WebAssembly component, and the team gives kudos for a new cron job capability provider and per-component memory limits.
4543

community/2025-05-21-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=_3GQ1WHjvFI" />
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=_3GQ1WHjvFI" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=_3GQ1WHjvFI" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, May 21, 2025 · 25 minutes*
3432

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

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

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

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

4341
The May 21, 2025 wasmCloud community call is a short, reflective one centered on the **Wasm component model** and the standards beneath it. Brooks Townsend walks through his new blog post celebrating **a year of wasmCloud 1.0** — built on WASI 0.2, WIT, and the component model — and the deliberate bet on WebAssembly standards that drove community growth. Taylor Thomas and Liam Randall look ahead to wasmCloud 2.0, WASI 0.3, and a more pluggable host shaped by user design feedback. The call closes with an Issue of the Week and a Documentation of the Week highlighting a new capability-provider icon.
4442

community/2025-05-28-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=BWlfrXOXALc" />
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=BWlfrXOXALc" target="_blank" rel="noopener noreferrer">
27-
Watch on YouTube ↗
28-
</a>
26+
<a href="https://www.youtube.com/watch?v=BWlfrXOXALc" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
2927
</small>
30-
</p>
28+
</div>
3129

3230
*wasmCloud Weekly Community Call — Wed, May 28, 2025 · 72 minutes*
3331

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

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

3838
<YouTube url="https://www.youtube.com/watch?v=BWlfrXOXALc" />
3939

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

4846
The May 28, 2025 wasmCloud community call is a short, hands-on session about testing **Wasm component model** functions. Brooks Townsend demos `wasmtime run --invoke` — a new flag in Wasmtime 33 that calls any exported function on a WebAssembly component directly from the command line, passing strongly typed arguments via the **WebAssembly Value Encoding (WAVE)** syntax. That sparks a discussion about bringing the same ergonomics to wasmCloud's `wash call`. The team then reviews the Q2 2025 roadmap, and Florian Fürstenberg presents a detailed investigation into why an overloaded Hello World component can deadlock the whole application — tracing it to wRPC handshakes, NATS subscriptions, and the host's invocation semaphore.
4947

community/2025-06-04-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=mkMOpNQXGAE" />
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=mkMOpNQXGAE" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=mkMOpNQXGAE" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Jun 4, 2025 · 29 minutes*
3432

community/2025-06-04-community-meeting.mdx

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

3939
<YouTube url="https://www.youtube.com/watch?v=mkMOpNQXGAE" />
4040

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

4947
The June 4, 2025 wasmCloud community call is a design review for a data-processing platform built on the **Wasm component model**. Mike Nikles walks through an architecture diagram for a drag-and-drop **ETL pipeline platform** built on wasmCloud, where each pipeline step composes trusted in/out components around an untrusted customer-authored business-logic component. Brooks Townsend recognizes the design as wasmCloud's **platform harness pattern**, and the group works through capability providers, HTTP-server density, and lattice-per-customer versus lattice-per-pipeline isolation. With many maintainers at a Cosmonic off-site doing roadmapping, this is a lighter, feedback-focused call.
5048

community/2025-06-11-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=G88dFwO6OAU" />
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=G88dFwO6OAU" target="_blank" rel="noopener noreferrer">
28-
Watch on YouTube ↗
29-
</a>
27+
<a href="https://www.youtube.com/watch?v=G88dFwO6OAU" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
3028
</small>
31-
</p>
29+
</div>
3230

3331
*wasmCloud Weekly Community Call — Wed, Jun 11, 2025 · 59 minutes*
3432

community/2025-06-11-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=G88dFwO6OAU" />
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=G88dFwO6OAU" target="_blank" rel="noopener noreferrer">
42-
Watch on YouTube ↗
43-
</a>
41+
<a href="https://www.youtube.com/watch?v=G88dFwO6OAU" target="_blank" rel="noopener noreferrer">Watch on YouTube ↗</a>
4442
</small>
45-
</p>
43+
</div>
4644

4745
The June 11, 2025 wasmCloud community call opens with a fast-turnaround demo from Mike Nikles, who in seven days went from boxes on a whiteboard to a working **drag-and-drop ETL pipeline builder** running on wasmCloud. Each pipeline stage is a **Wasm component** — composed with `wac`, deployed as a `wadm` manifest, and wired together over **NATS** messaging. The discussion that follows digs into composing components statically vs. linking them dynamically with **wRPC**, the case for WASI P3 streams, and HTTP/2 support for agentic protocols. Brooks Townsend then kicks off the Q3 2025 roadmap planning and walks through a new consolidated NATS reference doc.
4846

0 commit comments

Comments
 (0)