Community Calls
January 7, 2026
Agenda
- wash v2 Release
- Pull request review
- New Docs
Meeting Notes
Forthcoming wash v2 release
- Lucas outlined the remaining tasks to cut the
washv2 release, which mainly involve closing existing issues and pull requests, many of which are already fixed but require validation. - Several features were discussed as likely not making it into the initial
washv2 major release but potentially being included in subsequent point releases:- Integration tests for existing features, as they don't add new functionality and require further code changes due to recent fixture handling updates.
- Component restarts, a feature that allows reloading a single component within a workload, is primarily useful for local development (wash dev) and embedders, but its applicability in clustered environments is still under discussion due to potential conflicts with orchestrator behavior.
- The virtual TCP UDP loopback feature is being deferred to align with the release of wasmtime 41, avoiding the need for a temporary wasmtime fork.
- Key additions targeted for release candidate 6 (rc6) include:
- "Multi-Wasm" support for developing services and components side-by-side.
- Net authentication for enhanced security of the host and operator.
- Workload ID from Kubernetes for improved resiliency.
- The inclusion of blobstore and key-value interfaces in
wash dev, initially as in-memory interfaces, with plans for filesystem backing in the future. - The publication of a WIT package for
washalongside the release.
Community discussions
- The potential inclusion of a gRPC addition as a default behavior in
washv2, aiming for simplification and readiness for shipment. - Massoud shared his project for a WIT translator from P2 to P3 using LLMs and discussed its potential utility for the Bytecode Alliance and the broader WebAssembly ecosystem.
- The timeline for consolidating the
washruntime crate into the wasmCloud repository, addressing challenges related to artifact naming and potentially separating the host into its own binary.
Weekly highlights
Issue of the Week
Documentation of the Week
wasmCloud v2 Installation Guide
Recording
December 10, 2025
Agenda
- Demo VolumeMounts example and new doc - Eric
- Discuss HTTP Ingress - Lucas
- Discuss config changes - Bailey
November 19, 2025
Agenda
- v2 Helm install and doc updates
- Review and discussion for v2 HTTP implementation wash#156
- Update to Wasmtime 38, 39 will be out soon, but we're aiming for 40 to be our P3 impl
- Getting a patch out for v1 wasmCloud
October 22, 2025
Agenda
- Demo: wasmCP (WebAssembly Component Development Kit)
- Demo: wasmCloud Services and Long-Running Components