Skip to main content

Community Calls

Weekly wasmCloud Wednesday agendas, notes, and recordings. Add the next meeting to your Calendar or watch it live on YouTube.

Endive Java Wasm Host, JCO WASI P3 & the Component Model

The May 27, 2026 wasmCloud community call centers on the Wasm component model and the languages reaching it. Bailey Hayes demos Endive — the Bytecode Alliance's newly announced Java WebAssembly runtime — by building a wasmCloud host in Java that schedules workloads over NATS, and by embedding Wasm functions alongside plain Java handlers in an Eclipse Vert.x app. Victor Adossi shares that JCO 1.20 now passes all 46 upstream Wasmtime WASI P3 tests with a new Preview Three Shim, putting WASI P3 on track to launch in about two weeks, and the team walks its Q2 roadmap toward that release.

CI Hardening, Continuous Fuzzing & Cross-Component Streams

The May 20, 2026 wasmCloud community call opens with the launch of AI-generated meeting notes and transcripts for every wasmCloud Wednesday, then digs into security: Bailey Hayes walks through the wasmCloud 2.2 release, CI hardening with CodeQL and OpenSSF Scorecard, and a new continuous-fuzzing story for the Kubernetes runtime operator. Aditya demos component socket tunneling — a forked SQLx driver talking to MySQL over WASI sockets — which leads into a deep discussion of cross-component streams and futures in the Wasm component model, where Bailey argues that composing components is both simpler and ~5x faster than wiring them through the Wasmtime linker.

wasmCloud CI Hardening, Cache Pre-Compilation & Benchmarking

The May 13, 2026 wasmCloud community call covers CI security hardening — including cryptographic attestations for OCI artifacts, zizmor-based workflow linting, and status gates — alongside a deep look at the new cache artifact pre-compilation pipeline that offloads CPU-intensive Cranelift AOT compilation to a dedicated process. Bailey Hayes demos the "Are We Fast Yet?" performance dashboard with Criterion and Cachegrind benchmarks, and the team discusses Pulley interpreter performance (10x vs native, compared to 60x for JS/Python interpreters), WASI TLS progress, and the path to WASI P3.

WebGPU Demos, Namespace-Level Hosts & MySQL Connection Pooling

The May 6, 2026 wasmCloud community call packed in four demos showcasing WebGPU integration with TensorFlow.js and raw GPU compute, a major Kubernetes deployment change that moves wasmCloud hosts to namespace-level scope, a new workload configuration system for environment variables and secrets, and a MySQL connection pooling component built on WASI sockets. The call also covered the first successful automated release of wasmCloud v2.07 with CI hardening improvements.

Template Refactor, Workload Config & Environment Variables, WASI TLS

The April 29, 2026 wasmCloud community call covered a template refactor bringing Rust language support into parity with TypeScript using new handler terminology, a detailed proposal for workload configuration supporting environment variables and secrets in the wash dev loop, roadmap updates on microbenchmarking infrastructure and automated releases, and discussions on WASI TLS adoption and host component plugin architecture.