Skip to content

Commit e5f3364

Browse files
authored
Update 2025-03-12-community-meeting.mdx
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent d249657 commit e5f3364

File tree

1 file changed

+11
-30
lines changed

1 file changed

+11
-30
lines changed

community/2025-03-12-community-meeting.mdx

+11-30
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,22 @@ title: 'Meeting Agenda - 2025-03-12'
1717

1818
{/* Add summary of topics during the meeting. Each Topic should have an H3 heading. A list is usually sufficient for the recap */}
1919

20-
### Topic 1
20+
### DEMO: wadm config deployment improvements
2121

22-
- Note 1
23-
- Note 2
22+
- We recently fixed a bug with wadm config deployment which will result in improved reconciliation times for local deployments.
23+
- We can do config on components or providers using wasi runtime config. Previously, when we deployed example applications using runtime config locally, we would wait for a moment for the wasm component to reconcile. This was strange, since components are small and there was no clear reason why it should take this amount of time to start.
24+
- The source was a small bug in reconciliation logic for wadm&mdash;now fixed.
25+
- Tl;dr this patch bump should result in much quicker reconciliation for wadm locally — deployments should go from 15s to less than 1s.
2426

25-
### Topic 2
27+
### DISCUSSION: wash-cli and wash-lib are dead ... Long live wash
2628

27-
- Note 1
28-
- Note 2
29+
- The `wash-cli` and `wasi-lib` crate merge is now complete.
30+
- With the completion of the merge, the feature freeze on wash is now over.
31+
- If you previously used `cargo` to install `wash-cli`, you'll now want to use the `wash` crate instead.
2932

30-
## Weekly highlights
33+
### DISCUSSION: Countdown to KubeCon EU
3134

32-
### Issue of the Week
33-
34-
- [title](https://github.com/wasmcloud/wasmcloud/issues/)
35-
- summary
36-
37-
### Documentation of the Week
38-
39-
- [title](/docs/intro)
40-
- summary
41-
42-
## Community Updates
43-
44-
### Tune in…
45-
46-
{/* Add any upcoming events/streams/etc */}
47-
48-
-
49-
50-
### Catch up…
51-
52-
{/* Add any blog posts/articles that the community might find interesting */}
53-
54-
-
35+
- Search for wasm in the KubeCon schedule&mdash;there are a number of wasmCloud events, and we hope to see you there!
5536

5637
## Recording
5738

0 commit comments

Comments
 (0)