diff --git a/blog/2022-05-23-deploying-wasmcloud-actors-from-github-packages/index.mdx b/blog/2022-05-23-deploying-wasmcloud-actors-from-github-packages/index.mdx index 948e242d5..2d5c69338 100644 --- a/blog/2022-05-23-deploying-wasmcloud-actors-from-github-packages/index.mdx +++ b/blog/2022-05-23-deploying-wasmcloud-actors-from-github-packages/index.mdx @@ -3,7 +3,7 @@ title: 'Deploying wasmCloud Actors from GitHub Packages' image: './images/github-packages.png' date: "2022-05-23" authors: [brooksmtownsend] -description: 'Simplifying the deployment experience for WebAssembly modules.' +description: 'Use GitHub Packages (GHCR) as an OCI registry to host and deploy wasmCloud actors, simplifying the WebAssembly module deployment workflow.' categories: ['webassembly', 'wasmcloud', 'developer experience'] slug: deploying-wasmcloud-actors-from-github-packages --- diff --git a/blog/2022-05-25-wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions/index.mdx b/blog/2022-05-25-wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions/index.mdx index 9d472c4f7..2b230492c 100644 --- a/blog/2022-05-25-wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions/index.mdx +++ b/blog/2022-05-25-wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions/index.mdx @@ -3,7 +3,7 @@ title: 'Capabilities as Algebraic Effects for Wasm' image: './images/algebra.jpg' date: "2022-05-25" authors: [autodidaddict] -description: 'wasmCloud Capabilities are a managed, distributed implementation of algebraic effects' +description: 'How wasmCloud capabilities provide a managed, distributed implementation of algebraic effects for WebAssembly functions in cloud-native apps.' categories: ['webassembly', 'wasmcloud'] slug: wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions --- diff --git a/blog/2022-06-01-example-creating-webassembly-actor-in-go-with-tinygo/index.mdx b/blog/2022-06-01-example-creating-webassembly-actor-in-go-with-tinygo/index.mdx index 35d9d3629..bb881f59d 100644 --- a/blog/2022-06-01-example-creating-webassembly-actor-in-go-with-tinygo/index.mdx +++ b/blog/2022-06-01-example-creating-webassembly-actor-in-go-with-tinygo/index.mdx @@ -3,7 +3,7 @@ title: 'Portable Components with TinyGo and wasmCloud' image: './images/tinygo-logo.png' date: "2022-06-01" authors: [autodidaddict] -description: 'A walkthrough of creating a TinyGo wasmCloud actor' +description: 'A step-by-step walkthrough of creating a portable WebAssembly actor in Go using TinyGo and the wasmCloud platform to ship Wasm components.' categories: ['tinygo', 'webassembly', 'wasmcloud', 'go', 'example'] slug: example-creating-webassembly-actor-in-go-with-tinygo --- diff --git a/blog/2022-06-16-webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future/index.mdx b/blog/2022-06-16-webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future/index.mdx index a4bd08cea..88d62950f 100644 --- a/blog/2022-06-16-webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future/index.mdx +++ b/blog/2022-06-16-webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future/index.mdx @@ -3,7 +3,7 @@ title: 'Wasm Components and wasmCloud Actors' image: './images/wasm.png' date: "2022-06-16" authors: [thomastaylor312] -description: 'Using the Component Model with wasmCloud Actors' +description: 'A glimpse of the future: pairing the Wasm component model with wasmCloud actors to build portable, language-agnostic WebAssembly applications.' categories: ['wasm', 'webassembly', 'components'] slug: webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future --- diff --git a/blog/2022-06-25-wasmcloud-third-anniversary/index.mdx b/blog/2022-06-25-wasmcloud-third-anniversary/index.mdx index db061b722..261b65ed9 100644 --- a/blog/2022-06-25-wasmcloud-third-anniversary/index.mdx +++ b/blog/2022-06-25-wasmcloud-third-anniversary/index.mdx @@ -3,7 +3,7 @@ title: "Reflections on Three Years of wasmCloud" image: "./images/waxosuit.png" date: "2022-06-25" authors: [autodidaddict] -description: "Reflections on Three Years of wasmCloud" +description: "Reflections on three years of wasmCloud: from a WebAssembly book and the waxosuit prototype to a CNCF project for cloud-native Wasm applications." categories: ["wasm", "webassembly"] slug: wasmcloud-third-anniversary --- diff --git a/blog/2022-09-19-road-to-ubiquity/index.mdx b/blog/2022-09-19-road-to-ubiquity/index.mdx index b15cfa386..453a48eee 100644 --- a/blog/2022-09-19-road-to-ubiquity/index.mdx +++ b/blog/2022-09-19-road-to-ubiquity/index.mdx @@ -3,7 +3,7 @@ title: 'WebAssembly and the Road to Ubiquity' image: './images/ij_map_sample.jpeg' date: "2022-09-19" authors: [autodidaddict] -description: "A brief look down WebAssembly's road to ubiquity" +description: "A look at WebAssembly's road to ubiquity: how Wasm tooling, components, and platforms like wasmCloud will make Wasm a 'boring' production choice." categories: ['webassembly', 'wasmcloud', 'ubiquity', 'wasi', 'component model'] slug: road-to-ubiquity --- diff --git a/blog/2022-10-04-balancing-nfr-coupling/index.mdx b/blog/2022-10-04-balancing-nfr-coupling/index.mdx index 35f6b9fd2..323f0c69b 100644 --- a/blog/2022-10-04-balancing-nfr-coupling/index.mdx +++ b/blog/2022-10-04-balancing-nfr-coupling/index.mdx @@ -3,7 +3,7 @@ title: 'Using Capabilities to Decouple Non-Functional Requirements' image: './images/train_coupling.jpg' date: "2022-10-04" authors: [autodidaddict] -description: 'A look at the motivation and design behind loosely coupling services for actors' +description: 'The motivation and design behind decoupling non-functional requirements from business logic using wasmCloud capabilities and WebAssembly actors.' categories: ['webassembly', 'wasmcloud', 'nfr', 'capabilities', 'design'] slug: balancing-nfr-coupling --- diff --git a/blog/2022-10-18-globally-distributed-webassembly-applications-with-wasmcloud-and-nats/index.mdx b/blog/2022-10-18-globally-distributed-webassembly-applications-with-wasmcloud-and-nats/index.mdx index bc9b069cf..c96f4963c 100644 --- a/blog/2022-10-18-globally-distributed-webassembly-applications-with-wasmcloud-and-nats/index.mdx +++ b/blog/2022-10-18-globally-distributed-webassembly-applications-with-wasmcloud-and-nats/index.mdx @@ -3,7 +3,7 @@ title: 'Globally Distributed Wasm Apps with NATS' image: './images/ngs-global.png' date: "2022-10-18" authors: [brooksmtownsend] -description: 'Taking a wasmCloud lattice from local to globally distributed with NATS and NGS' +description: 'Take a wasmCloud lattice from local to globally distributed using NATS and NGS to run WebAssembly applications across any cloud, edge, or device.' categories: ['webassembly', 'wasmcloud', 'nats', 'distributed', 'lattice'] slug: globally-distributed-webassembly-applications-with-wasmcloud-and-nats --- diff --git a/blog/2022-11-17-better-together-building-efficient-microservices-in-kubernetes-with-webassembly/index.mdx b/blog/2022-11-17-better-together-building-efficient-microservices-in-kubernetes-with-webassembly/index.mdx index 1de73ba0c..aa30ed03e 100644 --- a/blog/2022-11-17-better-together-building-efficient-microservices-in-kubernetes-with-webassembly/index.mdx +++ b/blog/2022-11-17-better-together-building-efficient-microservices-in-kubernetes-with-webassembly/index.mdx @@ -3,7 +3,7 @@ title: 'Better Together: Wasm Microservices on K8s' image: './images/header.png' date: "2022-11-17" authors: [seanisom, colinmurphy] -description: 'Bringing two major CNCF projects together—wasmCloud and Kubernetes—promises greater agility and major efficiencies' +description: 'How Adobe pairs two major CNCF projects, wasmCloud and Kubernetes, to run efficient WebAssembly microservices with better agility and density.' categories: ['webassembly', 'wasmcloud', 'kubernetes', 'Cloud Native', 'CNCF'] slug: better-together-building-efficient-microservices-in-kubernetes-with-webassembly --- diff --git a/blog/2023-02-22-zero-trust-security/index.mdx b/blog/2023-02-22-zero-trust-security/index.mdx index 885de857d..c3bb222c9 100644 --- a/blog/2023-02-22-zero-trust-security/index.mdx +++ b/blog/2023-02-22-zero-trust-security/index.mdx @@ -3,7 +3,7 @@ title: 'Zero Trust Computing with Wasm and wasmCloud' image: './images/zero-trust-b_w.jpg' date: "2023-02-22" authors: [autodidaddict] -description: 'A look at how WebAssembly supports zero trust computing from the bottom to the top of the stack' +description: 'How WebAssembly and wasmCloud support zero trust computing from the module up through the runtime, capabilities, and the distributed lattice.' categories: ['webassembly', 'wasmcloud', 'distsys', 'zerotrust', 'security'] slug: zero-trust-security --- diff --git a/blog/2023-03-30-all-the-clouds-a-stage-webassembly-actor/index.mdx b/blog/2023-03-30-all-the-clouds-a-stage-webassembly-actor/index.mdx index f2c6f1da2..e0178079e 100644 --- a/blog/2023-03-30-all-the-clouds-a-stage-webassembly-actor/index.mdx +++ b/blog/2023-03-30-all-the-clouds-a-stage-webassembly-actor/index.mdx @@ -3,7 +3,7 @@ title: "All the Cloud's a Stage for Wasm Actors" image: './images/child_actor.jpg' date: "2023-03-30" authors: [autodidaddict] -description: 'An overview on the actor model with a focus on WebAssembly' +description: 'An overview of the actor model with a focus on WebAssembly and how wasmCloud spawns and supervises Wasm actors without manual supervision trees.' slug: all-the-clouds-a-stage-webassembly-actor --- diff --git a/blog/2023-05-20-host-there-and-back-again/index.mdx b/blog/2023-05-20-host-there-and-back-again/index.mdx index feaa2396d..902b6f0e0 100644 --- a/blog/2023-05-20-host-there-and-back-again/index.mdx +++ b/blog/2023-05-20-host-there-and-back-again/index.mdx @@ -4,7 +4,7 @@ title: 'The Host; Or There and Back Again' image: './images/there-and-back-again.jpg' date: "2023-05-20" authors: [autodidaddict] -description: 'Reflecting on the evolution of the wasmCloud runtime host' +description: 'Reflecting on the evolution of the wasmCloud runtime host, from the early Rust prototype through Elixir/OTP and back to Rust with libwasmcloud.' --- ![map - zoom in for easter eggs](./images/there-and-back-again.jpg) diff --git a/blog/2023-06-07-wasmtime-a-standardized-runtime-for-wasmcloud/index.mdx b/blog/2023-06-07-wasmtime-a-standardized-runtime-for-wasmcloud/index.mdx index 8cf90fa7e..d9163b327 100644 --- a/blog/2023-06-07-wasmtime-a-standardized-runtime-for-wasmcloud/index.mdx +++ b/blog/2023-06-07-wasmtime-a-standardized-runtime-for-wasmcloud/index.mdx @@ -4,7 +4,7 @@ title: "Wasmtime: A Standardized Runtime for wasmCloud" image: "./images/header-bridge.png" date: "2023-06-07" authors: [brooksmtownsend] -description: "An overview of our decision to transition to Wasmtime to underpin wasmCloud" +description: "Why wasmCloud is adopting Wasmtime as its standardized WebAssembly runtime, embracing the component model and the Bytecode Alliance ecosystem." --- ![lego bridge](./images/header-bridge.png) diff --git a/blog/2023-06-13-objects-instances-state-distributed-systems/index.mdx b/blog/2023-06-13-objects-instances-state-distributed-systems/index.mdx index d31f45386..9b166be8c 100644 --- a/blog/2023-06-13-objects-instances-state-distributed-systems/index.mdx +++ b/blog/2023-06-13-objects-instances-state-distributed-systems/index.mdx @@ -4,7 +4,7 @@ title: 'Objects, Instances, and State in Distributed Systems' image: './images/dist-star-system.jpg' date: "2023-06-13" authors: [autodidaddict] -description: 'Comparing Object Oriented and Functional Models in Distributed Systems' +description: 'Comparing object-oriented and functional models in distributed systems, and what each approach means for state, scaling, and WebAssembly actors.' --- ![map - zoom in for easter eggs](./images/dist-star-system.jpg) diff --git a/blog/2023-06-27-webassembly-patterns-command-reactor-library/index.mdx b/blog/2023-06-27-webassembly-patterns-command-reactor-library/index.mdx index d4cbbf77d..79faa61ae 100644 --- a/blog/2023-06-27-webassembly-patterns-command-reactor-library/index.mdx +++ b/blog/2023-06-27-webassembly-patterns-command-reactor-library/index.mdx @@ -3,7 +3,7 @@ title: 'Wasm Patterns: Command, Reactor, Library' image: './images/interaction_patterns.jpg' date: "2023-06-27" authors: [autodidaddict] -description: Exploring WebAssembly Interaction Patterns - Command, Reactor, and Library" +description: 'Exploring the three main WebAssembly interaction patterns — Command, Reactor, and Library — and when to choose each for your Wasm components.' categories: ['webassembly', 'components', 'patterns'] slug: webassembly-patterns-command-reactor-library --- diff --git a/blog/2023-10-05-hacktoberfest-is-here/index.mdx b/blog/2023-10-05-hacktoberfest-is-here/index.mdx index 608ea2d81..7f56db1bf 100644 --- a/blog/2023-10-05-hacktoberfest-is-here/index.mdx +++ b/blog/2023-10-05-hacktoberfest-is-here/index.mdx @@ -3,7 +3,7 @@ title: "Hacktoberfest is Here! \U0001F383" image: './images/Hacktoberfest-10.png' date: "2023-10-05" authors: [brooksmtownsend] -description: 'Come join us for Hacktoberfest and contribute to open source this spooky season!' +description: 'Join wasmCloud for Hacktoberfest and contribute to open source WebAssembly projects like wash, wadm, and the wasmCloud host this spooky season.' categories: ['webassembly', 'wasmcloud', 'Hacktoberfest', 'Cloud Native'] slug: hacktoberfest-is-here --- diff --git a/blog/2023-11-21-experimental-support-for-gophers-in-wasmCloud/index.mdx b/blog/2023-11-21-experimental-support-for-gophers-in-wasmCloud/index.mdx index 7f95fbc9f..903214c38 100644 --- a/blog/2023-11-21-experimental-support-for-gophers-in-wasmCloud/index.mdx +++ b/blog/2023-11-21-experimental-support-for-gophers-in-wasmCloud/index.mdx @@ -3,7 +3,7 @@ title: "Experimental Support for Gophers in wasmCloud" image: "./blobby-versus-globby.jpg" date: "2023-11-21" authors: [brooksmtownsend] -description: "wasmCloud now comes with experimental component support for Go" +description: "wasmCloud adds experimental Go support via TinyGo, letting Gophers build standards-based WebAssembly components for cloud-native applications." categories: ["Golang", "wasmcloud"] slug: experimental-support-for-gophers-in-wasmCloud --- diff --git a/blog/2023-12-06-wasmcloud-a-retrospective/index.mdx b/blog/2023-12-06-wasmcloud-a-retrospective/index.mdx index 73bc0359c..467b58b76 100644 --- a/blog/2023-12-06-wasmcloud-a-retrospective/index.mdx +++ b/blog/2023-12-06-wasmcloud-a-retrospective/index.mdx @@ -3,7 +3,7 @@ title: 'Road to 1.0: wasmCloud Q3/Q4 Retrospective' image: './images/wasmcloud-a-retro.png' date: "2023-12-06" authors: [brooksmtownsend] -description: 'As we near the launch of wasmCloud 1.0 we take a look back at the progress wasmCloud has made in the last few months.' +description: 'As wasmCloud nears its 1.0 launch, a retrospective on Q3/Q4 progress: WASI Preview 2, the Wasm component model, and the move back to Rust.' categories: ['webassembly', 'wasmcloud', 'Cloud Native', 'CNCF'] slug: wasmcloud-a-retrospective --- diff --git a/blog/2023-12-13-wasmcloud-a-refreshed-roadmap/index.mdx b/blog/2023-12-13-wasmcloud-a-refreshed-roadmap/index.mdx index d27960f50..b39a3c682 100644 --- a/blog/2023-12-13-wasmcloud-a-refreshed-roadmap/index.mdx +++ b/blog/2023-12-13-wasmcloud-a-refreshed-roadmap/index.mdx @@ -3,7 +3,7 @@ title: 'Road to 1.0: wasmCloud, a Refreshed Roadmap' image: './images/2024q1roadmap.png' date: "2023-12-13" authors: [brooksmtownsend] -description: "As we near the release of wasmCloud 1.0, we take a look at the refreshed roadmap and the steps we'll take to get to 1.0" +description: "A refreshed Q1 2024 roadmap as wasmCloud nears 1.0: standards-led WebAssembly components, vendor-less developer experience, and cloud-native tooling." categories: ['webassembly', 'wasmcloud', 'Cloud Native', 'CNCF'] slug: wasmcloud-a-refreshed-roadmap --- diff --git a/blog/2024-01-09-bringing-wasm-to-telecoms-with-cncf-wasmcloud/index.mdx b/blog/2024-01-09-bringing-wasm-to-telecoms-with-cncf-wasmcloud/index.mdx index e97938f8f..e584a4bc7 100644 --- a/blog/2024-01-09-bringing-wasm-to-telecoms-with-cncf-wasmcloud/index.mdx +++ b/blog/2024-01-09-bringing-wasm-to-telecoms-with-cncf-wasmcloud/index.mdx @@ -4,7 +4,7 @@ title: 'Bringing WebAssembly to Telecoms with CNCF wasmCloud' image: './images/cncf-wasmcloud-in-telecoms.jpg' date: "2024-01-09" authors: [thomastaylor312] -description: 'How WebAssembly helps CSPs look beyond Kubernetes for faster, greener, and more secure software deployment' +description: 'A TM Forum Catalyst Project with Orange, Vodafone, and others shows how WebAssembly and wasmCloud help telecoms look beyond Kubernetes to the edge.' --- ![wasmcloud in telecoms](./images/cncf-wasmcloud-in-telecoms.jpg) diff --git a/blog/2024-02-21-wasmcloud-0.82-wasi-p2-is-here/index.mdx b/blog/2024-02-21-wasmcloud-0.82-wasi-p2-is-here/index.mdx index 98525e23c..df47d0eb8 100644 --- a/blog/2024-02-21-wasmcloud-0.82-wasi-p2-is-here/index.mdx +++ b/blog/2024-02-21-wasmcloud-0.82-wasi-p2-is-here/index.mdx @@ -3,7 +3,7 @@ title: "wasmCloud 0.82: WASI 0.2, OTEL logging, and more" date: "2024-02-21" authors: [ericgregory] image: "./082.png" -description: "wasmCloud 0.82 brings full WASI 0.2 support, OpenTelemetry logging, and key improvements on the road to wasmCloud 1.0." +description: "wasmCloud 0.82 brings full WASI 0.2 support, OpenTelemetry logging, and key WebAssembly component improvements on the road to wasmCloud 1.0." tags: ['wasmCloud', 'WASI', 'OpenTelemetry', 'WebAssembly', 'Wasm'] slug: wasmcloud-0.82-wasi-p2-is-here --- diff --git a/blog/2024-03-14-wasmio-kubeconeu-preview/index.mdx b/blog/2024-03-14-wasmio-kubeconeu-preview/index.mdx index ac31aba0a..74301094a 100644 --- a/blog/2024-03-14-wasmio-kubeconeu-preview/index.mdx +++ b/blog/2024-03-14-wasmio-kubeconeu-preview/index.mdx @@ -3,7 +3,7 @@ title: WASM I/O and KubeCon EU 2024 Preview image: './images/wasmio-kubeconeu-post-header.jpg' date: "2024-03-14" authors: [liamrandall] -description: All roads lead to Europe; find out what we have planned at WASM I/O and KubeCon EU! +description: 'All roads lead to Europe: preview wasmCloud and Cosmonic sessions at WASM I/O Barcelona and KubeCon + CloudNativeCon EU 2024 in Paris.' tags: ['Cosmonic', 'wasmCloud', 'Cloud Native', 'WebAssembly', 'Wasm'] slug: wasmio-kubeconeu-preview --- diff --git a/blog/2024-03-19-wasmcloud-1-brings-components-to-enterprise/index.mdx b/blog/2024-03-19-wasmcloud-1-brings-components-to-enterprise/index.mdx index e21cca864..7a6288dbf 100644 --- a/blog/2024-03-19-wasmcloud-1-brings-components-to-enterprise/index.mdx +++ b/blog/2024-03-19-wasmcloud-1-brings-components-to-enterprise/index.mdx @@ -3,7 +3,7 @@ title: 'wasmCloud 1.0 Brings Components to Enterprise' image: './images/wasmcloud-1.png' date: "2024-03-19" authors: [brooksmtownsend] -description: 'wasmCloud 1.0 brings WASI 0.2 and the Wasm Component Model to production environments' +description: 'wasmCloud 1.0 brings WASI 0.2 and the Wasm component model to production, with wRPC for distributed components and wash build for any language.' categories: ['webassembly', 'wasmcloud', 'Cloud Native', 'CNCF'] slug: wasmcloud-1-brings-components-to-enterprise --- diff --git a/blog/2024-03-19-wasmcloud-1.0-vendor-neutral-apps/index.mdx b/blog/2024-03-19-wasmcloud-1.0-vendor-neutral-apps/index.mdx index 00e2e190f..19f7f67bf 100644 --- a/blog/2024-03-19-wasmcloud-1.0-vendor-neutral-apps/index.mdx +++ b/blog/2024-03-19-wasmcloud-1.0-vendor-neutral-apps/index.mdx @@ -3,7 +3,7 @@ title: "Vendor-neutral apps with wasmCloud 1.0 and WASI 0.2" date: "2024-03-19" authors: [ericgregory] image: "./wC-1.0-feature-vendor-neutral.png" -description: "How wasmCloud 1.0 enables you to write apps once and run anywhere with WASI 0.2." +description: "How wasmCloud 1.0 and WASI 0.2 let you write WebAssembly applications once and run them anywhere — across cloud, edge, and Kubernetes." tags: ['wasmCloud', 'WASI', 'WebAssembly', 'Wasm'] slug: wasmcloud-1.0-vendor-neutral-apps --- diff --git a/blog/2024-03-20-otel-observable/index.mdx b/blog/2024-03-20-otel-observable/index.mdx index 3385d4e55..8ee7cd403 100644 --- a/blog/2024-03-20-otel-observable/index.mdx +++ b/blog/2024-03-20-otel-observable/index.mdx @@ -3,7 +3,7 @@ title: 'Complete OpenTelemetry Observability with wasmCloud' date: "2024-03-20" authors: [ericgregory] image: './wC-1.0-feature-otel.png' -description: 'wasmCloud 1.0 supports traces, logs, and metrics using the industry-standard OpenTelemetry (OTEL) specification.' +description: 'wasmCloud 1.0 supports traces, logs, and metrics using OpenTelemetry (OTEL), giving Wasm applications full cloud-native observability out of the box.' tags: ['wasmCloud', 'WASI', 'WebAssembly', 'Wasm'] slug: otel-observable --- diff --git a/blog/2024-04-10-wasm-day-summary-blog/index.mdx b/blog/2024-04-10-wasm-day-summary-blog/index.mdx index 88c4f2a73..3218e7bc8 100644 --- a/blog/2024-04-10-wasm-day-summary-blog/index.mdx +++ b/blog/2024-04-10-wasm-day-summary-blog/index.mdx @@ -3,7 +3,7 @@ title: "Highlights and Insights from Wasm Day EU, 2024" date: "2024-04-10" authors: [brooksmtownsend] image: "./wasm-day-show-blog-header.png" -description: "A handy summary of all this year's Cloud Native Wasm Day EU sessions." +description: "Highlights and insights from Cloud Native Wasm Day EU 2024: components as Wasm's Docker moment, wasmCloud production stories, and standards momentum." tags: ['wasmCloud', 'WASI', 'WebAssembly', 'Wasm', 'cloud native'] slug: wasm-day-summary-blog --- diff --git a/blog/2024-04-16-wasmcloud-operator-is-here/index.mdx b/blog/2024-04-16-wasmcloud-operator-is-here/index.mdx index 2c1719b12..a10e14a04 100644 --- a/blog/2024-04-16-wasmcloud-operator-is-here/index.mdx +++ b/blog/2024-04-16-wasmcloud-operator-is-here/index.mdx @@ -3,7 +3,7 @@ title: 'wasmCloud Operator: Cosmonic Brings Wasm Components to K8s' image: './images/wasmcloud-operator-kubernetes.jpg' date: "2024-04-16" authors: [brooksmtownsend] -description: 'OSSNA: Cosmonic releases wasmCloud-operator to Bring Community Wasm to K8s' +description: 'Cosmonic contributes the wasmCloud Operator to CNCF, bringing WebAssembly components to Kubernetes with familiar Kubernetes deployment patterns.' categories: ['webassembly', 'wasmcloud', 'Cloud Native', 'CNCF', engineering, cloud native] slug: wasmcloud-operator-is-here --- diff --git a/blog/2024-04-18-wasmcloud-1.0-webassembly-apps-production-any-cloud-any-edge/index.mdx b/blog/2024-04-18-wasmcloud-1.0-webassembly-apps-production-any-cloud-any-edge/index.mdx index f21ec486e..ab0ec519d 100644 --- a/blog/2024-04-18-wasmcloud-1.0-webassembly-apps-production-any-cloud-any-edge/index.mdx +++ b/blog/2024-04-18-wasmcloud-1.0-webassembly-apps-production-any-cloud-any-edge/index.mdx @@ -1,6 +1,6 @@ --- title: 'wasmCloud 1.0: Production Wasm on Any Cloud' -description: 'Distributed computing with WebAssembly components, ready for production workloads.' +description: 'wasmCloud 1.0 is here: distributed computing with WebAssembly components, ready for production workloads on any cloud, any edge, any Kubernetes.' authors: [brooksmtownsend] image: './images/wasmcloud-1.0-release.jpeg' date: "2024-04-18" diff --git a/blog/2024-05-28-community-update-wasmcloud-incubation-process/index.mdx b/blog/2024-05-28-community-update-wasmcloud-incubation-process/index.mdx index 8ca7744bf..bafb33c4f 100644 --- a/blog/2024-05-28-community-update-wasmcloud-incubation-process/index.mdx +++ b/blog/2024-05-28-community-update-wasmcloud-incubation-process/index.mdx @@ -4,7 +4,7 @@ title: 'Community Update: wasmCloud Incubation Process' image: './images/wasmcloud_large_social.png' date: "2024-05-28" authors: [thomastaylor312] -description: "An update on wasmCloud's Incubation Process" +description: "An update on wasmCloud's journey through the CNCF incubation process, and how the new streamlined CNCF TOC template is shaping the project's path." --- ![wasmcloud incubation process](./images/wasmcloud_large_social.png) diff --git a/blog/2024-06-18-taking-a-wasm-component-from-idea-to-server-to-browser-to-plugin/index.mdx b/blog/2024-06-18-taking-a-wasm-component-from-idea-to-server-to-browser-to-plugin/index.mdx index 3d7e2bcb6..df3acbd61 100644 --- a/blog/2024-06-18-taking-a-wasm-component-from-idea-to-server-to-browser-to-plugin/index.mdx +++ b/blog/2024-06-18-taking-a-wasm-component-from-idea-to-server-to-browser-to-plugin/index.mdx @@ -4,7 +4,7 @@ title: 'A Wasm Component: Server to Browser to Plugin' image: './images/wit2wadm-header.jpg' date: "2024-06-18" authors: [brooksmtownsend] -description: 'How WebAssembly components help engineers reuse the same code in new contexts, regardless of language' +description: 'How the wit2wadm project took a single WebAssembly component from server to browser to wash plugin, reusing the same code across every context.' --- ![Taking a Wasm component from idea, to server, to browser, to plugin ](./images/wit2wadm-header.jpg) diff --git a/blog/2024-06-27-tm-forum-webassembly-canvas-project-in-phase-2/index.mdx b/blog/2024-06-27-tm-forum-webassembly-canvas-project-in-phase-2/index.mdx index d76f90444..bde46636a 100644 --- a/blog/2024-06-27-tm-forum-webassembly-canvas-project-in-phase-2/index.mdx +++ b/blog/2024-06-27-tm-forum-webassembly-canvas-project-in-phase-2/index.mdx @@ -4,7 +4,7 @@ title: 'Telecoms: TM Forum Webassembly Canvas Project in Phase 2' image: './images/tmforum-oda-map-header.jpg' date: "2024-06-27" authors: [liamrandall] -description: 'WebAssembly adoption in the Telecoms sector is heating up! TM Forum WebAssembly Canvas Catalyst reaches Phase 2' +description: 'WebAssembly adoption in telecoms heats up: the TM Forum WebAssembly Canvas Catalyst reaches Phase 2, exploring wasmCloud alongside Kubernetes for ODA.' --- ![tmforum-oda-map-header.jpg](./images/tmforum-oda-map-header.jpg) diff --git a/blog/2024-07-02-compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2/index.mdx b/blog/2024-07-02-compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2/index.mdx index e853d772c..c5abaeebf 100644 --- a/blog/2024-07-02-compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2/index.mdx +++ b/blog/2024-07-02-compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2/index.mdx @@ -3,7 +3,7 @@ title: "Compile Go to Wasm Components with TinyGo and WASI P2" authors: [ericgregory] image: './images/compile-go-directly-to-webassembly-components-with-tinygo-and-wasip2.png' date: "2024-07-02" -description: 'TinyGo now supports WASI P2, letting developers write idiomatic Go and compile directly to portable WebAssembly components.' +description: 'TinyGo now supports WASI P2, letting developers write idiomatic Go and compile directly to portable WebAssembly components that run anywhere.' categories: ['webassembly', 'wasmcloud', 'go', 'golang', 'wasi', 'components'] slug: compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2 --- diff --git a/blog/2024-07-08-how-webassembly-components-extend-the-frontiers-of-kubernetes-to-multi-cloud-edge-and-beyond/index.mdx b/blog/2024-07-08-how-webassembly-components-extend-the-frontiers-of-kubernetes-to-multi-cloud-edge-and-beyond/index.mdx index ee599ab73..a751599db 100644 --- a/blog/2024-07-08-how-webassembly-components-extend-the-frontiers-of-kubernetes-to-multi-cloud-edge-and-beyond/index.mdx +++ b/blog/2024-07-08-how-webassembly-components-extend-the-frontiers-of-kubernetes-to-multi-cloud-edge-and-beyond/index.mdx @@ -4,7 +4,7 @@ title: 'Wasm Components Extend K8s to Multi-Cloud and Edge' image: './images/next-wave-header.jpg' date: "2024-07-08" authors: [thomastaylor312] -description: 'How WebAssembly components are unlocking new ways to extend the value of existing Kubernetes investments' +description: 'How WebAssembly components and wasmCloud extend the frontiers of Kubernetes into multi-cloud, multi-cluster, and edge environments without disruption.' --- WebAssembly (Wasm) components are here and [already unlocking new computing patterns](https://www.youtube.com/watch?v=wttN69wciSM). Meanwhile, CNCF's [**wasmCloud**](https://wasmcloud.com/) offers Wasm-native orchestration for distributed components—in essence, a Kubernetes for WebAssembly. diff --git a/blog/2024-07-11-webassembly-components-the-next-wave-of-cloud-native-computing/index.mdx b/blog/2024-07-11-webassembly-components-the-next-wave-of-cloud-native-computing/index.mdx index 1ba783ffb..34f25c615 100644 --- a/blog/2024-07-11-webassembly-components-the-next-wave-of-cloud-native-computing/index.mdx +++ b/blog/2024-07-11-webassembly-components-the-next-wave-of-cloud-native-computing/index.mdx @@ -4,7 +4,7 @@ title: 'Wasm Components: The Next Wave of Cloud Native' image: './images/next-wave-header.jpg' date: "2024-07-11" authors: [liamrandall, ricochet] -description: 'How WebAssembly components represent a paradigm shift in application development and deployment' +description: 'Why WebAssembly components represent the next paradigm shift in cloud-native application development and deployment, after containers and Kubernetes.' --- ![next wave of compute](./images/next-wave-header.jpg) diff --git a/blog/2024-07-16-how-to-virtualize-webassembly-components-with-wasi-virt/index.mdx b/blog/2024-07-16-how-to-virtualize-webassembly-components-with-wasi-virt/index.mdx index 1f40c9d38..0c2b0ac7a 100644 --- a/blog/2024-07-16-how-to-virtualize-webassembly-components-with-wasi-virt/index.mdx +++ b/blog/2024-07-16-how-to-virtualize-webassembly-components-with-wasi-virt/index.mdx @@ -3,7 +3,7 @@ title: "How to virtualize WebAssembly components with WASI Virt" image: './images/how-to-wasi-virt.png' date: "2024-07-16" authors: [ericgregory] -description: 'How WebAssembly component virtualization works, when you might want to use WASI Virt, and how to get started' +description: 'How WebAssembly component virtualization works with WASI Virt: when to use it, how composability enables it, and a hands-on walkthrough to get started.' slug: how-to-virtualize-webassembly-components-with-wasi-virt --- diff --git a/blog/2024-07-30-how-to-run-webassembly-components-on-kubernetes-with-wasmcloud/index.mdx b/blog/2024-07-30-how-to-run-webassembly-components-on-kubernetes-with-wasmcloud/index.mdx index 0c85c2e9c..6edba9bd3 100644 --- a/blog/2024-07-30-how-to-run-webassembly-components-on-kubernetes-with-wasmcloud/index.mdx +++ b/blog/2024-07-30-how-to-run-webassembly-components-on-kubernetes-with-wasmcloud/index.mdx @@ -3,7 +3,7 @@ title: "Run Wasm Components on Kubernetes with wasmCloud" image: './images/webassembly-components-on-kubernetes.png' date: "2024-07-30" authors: [ericgregory] -description: 'Learn how to get started running WebAssembly components on Kubernetes in about five minutes.' +description: 'A five-minute tutorial: run WebAssembly components on Kubernetes with the wasmCloud operator and extend your cluster to multi-cloud and edge workloads.' slug: how-to-run-webassembly-components-on-kubernetes-with-wasmcloud --- diff --git a/blog/2024-08-06-wasmcloud-1.1-brings-secrets-support-and-more-enhancements-for-enterprises/index.mdx b/blog/2024-08-06-wasmcloud-1.1-brings-secrets-support-and-more-enhancements-for-enterprises/index.mdx index 7bea0b76d..ffe5d9547 100644 --- a/blog/2024-08-06-wasmcloud-1.1-brings-secrets-support-and-more-enhancements-for-enterprises/index.mdx +++ b/blog/2024-08-06-wasmcloud-1.1-brings-secrets-support-and-more-enhancements-for-enterprises/index.mdx @@ -3,7 +3,7 @@ title: 'wasmCloud 1.1: Secrets Support and More Enterprise Features' image: './images/wasmcloud-1-1.png' authors: [brooksmtownsend] date: "2024-08-06" -description: 'Learn about the new features in wasmCloud 1.1, including secrets support.' +description: 'wasmCloud 1.1 lands enterprise-grade features: pluggable secrets support, Postgres and Couchbase capabilities, and first-class Go provider tooling.' slug: wasmcloud-1.1-brings-secrets-support-and-more-enhancements-for-enterprises --- diff --git a/blog/2024-08-07-introducing-secrets-how-wasmcloud-solves-for-secrets-in-distributed-environments/index.mdx b/blog/2024-08-07-introducing-secrets-how-wasmcloud-solves-for-secrets-in-distributed-environments/index.mdx index 1bb6d8d39..b63b4363d 100644 --- a/blog/2024-08-07-introducing-secrets-how-wasmcloud-solves-for-secrets-in-distributed-environments/index.mdx +++ b/blog/2024-08-07-introducing-secrets-how-wasmcloud-solves-for-secrets-in-distributed-environments/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend] slug: secure-pluggable-webassembly-secrets-with-vault-k8s-secrets image: './images/secure-pluggable-wasm-secrets.png' date: "2024-08-13" -description: "" +description: "How wasmCloud 1.1 solves secrets in distributed environments with a pluggable, zero-trust API that works with HashiCorp Vault, Kubernetes, and NATS KV." --- ![Introducing secrets](./images/secure-pluggable-wasm-secrets.png) diff --git a/blog/2024-08-19-join-us-for-wasmcloud-innovation-day/index.mdx b/blog/2024-08-19-join-us-for-wasmcloud-innovation-day/index.mdx index 82cd809f8..98f8006eb 100644 --- a/blog/2024-08-19-join-us-for-wasmcloud-innovation-day/index.mdx +++ b/blog/2024-08-19-join-us-for-wasmcloud-innovation-day/index.mdx @@ -4,7 +4,7 @@ authors: [cazjt] image: './images/innovation-day.jpg' slug: 2024-08-19-join-us-for-wasmcloud-innovation-day date: "2024-08-19" -description: "Join us for the first wasmCloud Innovation Day on September 18 for a day of demos and learning" +description: "Join the first wasmCloud Innovation Day on September 18 for a day of WebAssembly demos, real-world component case studies, and hands-on workshops." --- ![wasmCloud Innovation Day](./images/innovation-day.jpg) diff --git a/blog/2024-08-22-wasmcloud-on-the-factory-floor/index.mdx b/blog/2024-08-22-wasmcloud-on-the-factory-floor/index.mdx index 423fdb1a7..072fe9517 100644 --- a/blog/2024-08-22-wasmcloud-on-the-factory-floor/index.mdx +++ b/blog/2024-08-22-wasmcloud-on-the-factory-floor/index.mdx @@ -4,7 +4,7 @@ authors: [cazjt] image: './images/mm-quote.jpg' slug: 2024-08-23-wasmcloud-on-the-factory-floor date: "2024-08-23" -description: "How MachineMetrics uses WebAssembly and wasmCloud for processing high velocity machine data" +description: "How MachineMetrics uses WebAssembly and wasmCloud at the edge to process high-velocity machine data on factory floors with efficient Wasm components." --- ![wasmCloud on the factory floor](./images/mm-quote.jpg) diff --git a/blog/2024-08-27-wasmcloud-1.2-improved-streams-automatic-config-updates/index.mdx b/blog/2024-08-27-wasmcloud-1.2-improved-streams-automatic-config-updates/index.mdx index 86b2ab748..90089e78f 100644 --- a/blog/2024-08-27-wasmcloud-1.2-improved-streams-automatic-config-updates/index.mdx +++ b/blog/2024-08-27-wasmcloud-1.2-improved-streams-automatic-config-updates/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend] image: './images/wasmcloud-1.2.png' slug: 2024-08-27-wasmcloud-1.2-improved-streams-automatic-config-updates date: "2024-08-27" -description: "Check out the enhancements in wasmCloud 1.2" +description: "wasmCloud 1.2 brings improved wasi:blobstore streaming, automatic configuration updates for providers, and other quality-of-life enhancements." --- ![wasmcloud 1.2](./images/wasmcloud-1.2.png) diff --git a/blog/2024-09-05-build-wasm-components-dotnet-wasmcloud/index.mdx b/blog/2024-09-05-build-wasm-components-dotnet-wasmcloud/index.mdx index 7ead77241..d250e825e 100644 --- a/blog/2024-09-05-build-wasm-components-dotnet-wasmcloud/index.mdx +++ b/blog/2024-09-05-build-wasm-components-dotnet-wasmcloud/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] image: './images/build-wasm-components-dotnet-wasmcloud.webp' slug: 2024-09-05-build-wasm-components-dotnet-wasmcloud date: "2024-09-05" -description: "Learn how to compile .NET/C# code to a WebAssembly component and run it on wasmCloud" +description: "Learn how to compile idiomatic .NET and C# code into a portable WebAssembly component using componentize-dotnet, then run it on wasmCloud." --- ![Build native WebAssembly components with .NET and C# and deploy on wasmCloud](./images/build-wasm-components-dotnet-wasmcloud.webp) diff --git a/blog/2024-09-17-wasmcloud-postgres-capability-brings-pluggable-databases/index.mdx b/blog/2024-09-17-wasmcloud-postgres-capability-brings-pluggable-databases/index.mdx index 5a4c87575..2287fd725 100644 --- a/blog/2024-09-17-wasmcloud-postgres-capability-brings-pluggable-databases/index.mdx +++ b/blog/2024-09-17-wasmcloud-postgres-capability-brings-pluggable-databases/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] image: './images/wasmcloud-postgres-capability.webp' slug: 2024-09-17-wasmcloud-postgres-capability-brings-pluggable-databases date: "2024-09-17" -description: "Learn how to get started with the Postgres capability in wasmCloud." +description: "Get started with the wasmCloud Postgres capability: a pluggable, language-agnostic database provider for WebAssembly components and cloud-native apps." --- ![The wasmCloud Postgres capability brings pluggable PostgreSQL access for your apps](./images/wasmcloud-postgres-capability.webp) diff --git a/blog/2024-09-24-wasmcloud-innovation-day-2024-in-review/index.mdx b/blog/2024-09-24-wasmcloud-innovation-day-2024-in-review/index.mdx index 082880cba..b8bc9f50d 100644 --- a/blog/2024-09-24-wasmcloud-innovation-day-2024-in-review/index.mdx +++ b/blog/2024-09-24-wasmcloud-innovation-day-2024-in-review/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] image: './images/wcid-header.webp' slug: 2024-09-24-wasmcloud-innovation-day-2024-in-review date: "2024-09-24" -description: "Check out the exciting demos and learning sessions at wasmCloud Innovation Day." +description: "A recap of wasmCloud Innovation Day 2024: keynotes from Bailey Hayes, secrets demos, production use cases, and the future of WebAssembly components." --- ![wasmCloud Innovation Day 2024 in review](./images/wcid-header.webp) diff --git a/blog/2024-10-30-wasmcloud-at-kubecon-na-2024/index.mdx b/blog/2024-10-30-wasmcloud-at-kubecon-na-2024/index.mdx index f3ac98c63..e9ccca2b9 100644 --- a/blog/2024-10-30-wasmcloud-at-kubecon-na-2024/index.mdx +++ b/blog/2024-10-30-wasmcloud-at-kubecon-na-2024/index.mdx @@ -4,7 +4,7 @@ authors: [cazjt] image: './images/KubeCon-CloudNativeCon-24.png' slug: 2024-10-30-wasmcloud-at-kubecon-na-2024 date: "2024-10-30" -description: "Join us at WasmCon and KubeCon NA 2024" +description: "wasmCloud's guide to WasmCon and KubeCon + CloudNativeCon NA 2024 in Salt Lake City: talks from American Express, Adobe, Akamai, and the wasmCloud booth." toc_max_heading_level: 2 --- diff --git a/blog/2024-11-07-update-to-wit-package-management-in-wasmcloud/index.mdx b/blog/2024-11-07-update-to-wit-package-management-in-wasmcloud/index.mdx index 6c592225c..a5916ed8e 100644 --- a/blog/2024-11-07-update-to-wit-package-management-in-wasmcloud/index.mdx +++ b/blog/2024-11-07-update-to-wit-package-management-in-wasmcloud/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] image: './images/update-to-wit-package-management.webp' slug: 2024-11-08-update-to-wit-package-management-in-wasmcloud date: "2024-11-08" -description: "How WIT package management in wasmCloud is evolving" +description: "How WIT package management in wasmCloud is evolving: wash v0.36 deprecates wit-deps in favor of the OCI-native wkg from Wasm Package Tools." --- ![TK](./images/update-to-wit-package-management.webp) diff --git a/blog/2024-11-07-wasmcloud-spurs-wasm-adoption-with-major-devex-improvements/index.mdx b/blog/2024-11-07-wasmcloud-spurs-wasm-adoption-with-major-devex-improvements/index.mdx index 7cbe21a83..9cd7614a9 100644 --- a/blog/2024-11-07-wasmcloud-spurs-wasm-adoption-with-major-devex-improvements/index.mdx +++ b/blog/2024-11-07-wasmcloud-spurs-wasm-adoption-with-major-devex-improvements/index.mdx @@ -4,7 +4,7 @@ authors: [cazjt] image: './images/wasmcloud-spurs.webp' slug: 2024-11-07-wasmcloud-spurs-wasm-adoption-with-major-devex-improvements date: "2024-11-07" -description: "wasmCloud is making Wasm adoption easier than ever with major improvements to developer experience." +description: "wasmCloud is making Wasm adoption easier than ever with wash dev, hot reload, and major developer experience improvements for WebAssembly components." --- ![wasmCloud spurs Wasm adoption with major DevEx improvements](./images/wasmcloud-spurs.webp) diff --git a/blog/2024-11-13-join-us-for-contribfest/index.mdx b/blog/2024-11-13-join-us-for-contribfest/index.mdx index a8d930601..94f47e788 100644 --- a/blog/2024-11-13-join-us-for-contribfest/index.mdx +++ b/blog/2024-11-13-join-us-for-contribfest/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] image: './images/contribfest-2024.webp' slug: 2024-11-13-join-us-for-contribfest date: "2024-11-13" -description: "Learn about Contribfest, good first issues for new wasmCloud contributors, and how you can get involved." +description: "Join wasmCloud at KubeCon NA 2024 for Contribfest: pair with maintainers on good first issues and start contributing to the WebAssembly platform." --- ![Header remixes original photo at https://commons.wikimedia.org/wiki/File:Saltlakecity_winter2009.jpg](./images/contribfest-2024.webp) diff --git a/blog/2024-11-14-secure-your-wasmcloud-supply-chain-with-sboms/index.mdx b/blog/2024-11-14-secure-your-wasmcloud-supply-chain-with-sboms/index.mdx index 998bb8103..36b9ba229 100644 --- a/blog/2024-11-14-secure-your-wasmcloud-supply-chain-with-sboms/index.mdx +++ b/blog/2024-11-14-secure-your-wasmcloud-supply-chain-with-sboms/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] slug: 2024-11-14-secure-your-wasmcloud-supply-chain-with-sboms image: './images/wasmcloud-sboms.webp' date: "2024-11-19" -description: "In this blog, we'll explore how to generate SBOMs for wasmCloud projects using common open source tools syft and grype." +description: "How to secure your wasmCloud supply chain by generating Software Bills of Materials (SBOMs) for WebAssembly projects with open source syft and grype." --- diff --git a/blog/2024-11-26-starting-your-webassembly-developer-loop-with-wash-dev/index.mdx b/blog/2024-11-26-starting-your-webassembly-developer-loop-with-wash-dev/index.mdx index da536a07f..d514a54e0 100644 --- a/blog/2024-11-26-starting-your-webassembly-developer-loop-with-wash-dev/index.mdx +++ b/blog/2024-11-26-starting-your-webassembly-developer-loop-with-wash-dev/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] slug: 2024-11-26-starting-your-webassembly-developer-loop-with-wash-dev image: './images/wash-dev.webp' date: "2024-11-26" -description: "In this blog, we'll explain how you can use `wash dev` to start developing WebAssembly components in minutes." +description: "How to use wash dev to start a hot-reloading WebAssembly developer loop in minutes, with plug-and-play wasmCloud capabilities and zero boilerplate." --- ![Starting your WebAssembly developer loop with wash dev](./images/wash-dev.webp) diff --git a/blog/2024-12-12-the-pitfalls-of-modern-platform-engineering/index.mdx b/blog/2024-12-12-the-pitfalls-of-modern-platform-engineering/index.mdx index 6cb132906..7aaeaaec2 100644 --- a/blog/2024-12-12-the-pitfalls-of-modern-platform-engineering/index.mdx +++ b/blog/2024-12-12-the-pitfalls-of-modern-platform-engineering/index.mdx @@ -4,7 +4,7 @@ authors: [ricochet, cazjt] slug: 2024-12-12-the-pitfalls-of-modern-platform-engineering image: './images/pitfalls-of-modern-platform-engineering.webp' date: "2024-12-12" -description: "How WebAssembly and wasmCloud help platform teams tackle the costs and complexities of building applications at scale." +description: "Bailey Hayes on how WebAssembly components and wasmCloud help platform engineering teams tackle the costs and complexities of building apps at scale." --- ![The Pitfalls of Modern Platform Engineering](./images/pitfalls-of-modern-platform-engineering.webp) diff --git a/blog/2024-12-17-wasmclouds-fresh-approach-to-secrets/index.mdx b/blog/2024-12-17-wasmclouds-fresh-approach-to-secrets/index.mdx index 4ca711fff..73e6c80ad 100644 --- a/blog/2024-12-17-wasmclouds-fresh-approach-to-secrets/index.mdx +++ b/blog/2024-12-17-wasmclouds-fresh-approach-to-secrets/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend, cazjt] slug: 2024-12-17-wasmclouds-fresh-approach-to-secrets image: './images/wasmclouds-fresh-approach-to-secrets.webp' date: "2024-12-17" -description: "How wasmCloud's pluggable secrets architecture solves common challenges in cloud native secret management for developers." +description: "How wasmCloud's pluggable, just-in-time secrets architecture solves common challenges in cloud-native secret management across distributed environments." --- ![wasmCloud's fresh approach to secrets](./images/wasmclouds-fresh-approach-to-secrets.webp) diff --git a/blog/2024-12-20-the-evolution-of-golang-in-wasmcloud/index.mdx b/blog/2024-12-20-the-evolution-of-golang-in-wasmcloud/index.mdx index f2231ccb4..d26e76654 100644 --- a/blog/2024-12-20-the-evolution-of-golang-in-wasmcloud/index.mdx +++ b/blog/2024-12-20-the-evolution-of-golang-in-wasmcloud/index.mdx @@ -4,7 +4,7 @@ authors: [lxfontes, cazjt] slug: 2024-12-20-the-evolution-of-golang-in-wasmcloud image: './images/evolution.webp' date: "2024-12-20" -description: "How wasmCloud SDKs for Go components and providers make it easier than ever to build wasmCloud applications with Go." +description: "How the wasmCloud Go component and provider SDKs, plus the new wadge testing framework, make building WebAssembly applications in Go easier than ever." --- ![The Go gopher was designed by Renee French and is licensed under the Creative Commons 3.0 Attributions license](./images/evolution.webp) diff --git a/blog/2025-01-09-wasmcloud-operator-bringing-the-benefits-of-wasm-to-kubernetes/index.mdx b/blog/2025-01-09-wasmcloud-operator-bringing-the-benefits-of-wasm-to-kubernetes/index.mdx index ca4f448aa..fbdef251b 100644 --- a/blog/2025-01-09-wasmcloud-operator-bringing-the-benefits-of-wasm-to-kubernetes/index.mdx +++ b/blog/2025-01-09-wasmcloud-operator-bringing-the-benefits-of-wasm-to-kubernetes/index.mdx @@ -4,7 +4,7 @@ authors: [lxfontes, cazjt] slug: 2025-01-09-wasmcloud-operator-bringing-the-benefits-of-wasm-to-kubernetes image: './images/wasmcloud-operator.webp' date: "2025-01-09" -description: "wasmCloud maintainer Lucas Fontes discusses how the wasmCloud operator helps bring the benefits of Wasm to Kubernetes." +description: "wasmCloud maintainer Lucas Fontes discusses how the wasmCloud operator brings WebAssembly components to Kubernetes and extends clusters to the edge." --- ![wasmcloud-operator](./images/wasmcloud-operator.webp) diff --git a/blog/2025-01-21-wash-dev-a-rapid-developer-loop-for-webassembly-components/index.mdx b/blog/2025-01-21-wash-dev-a-rapid-developer-loop-for-webassembly-components/index.mdx index ec1bc28b3..50e202b26 100644 --- a/blog/2025-01-21-wash-dev-a-rapid-developer-loop-for-webassembly-components/index.mdx +++ b/blog/2025-01-21-wash-dev-a-rapid-developer-loop-for-webassembly-components/index.mdx @@ -4,7 +4,7 @@ authors: [vados-cosmonic, cazjt] slug: 2025-01-21-wash-dev-wasmclouds-rapid-developer-loop-for-webassembly-projects image: './images/wash-dev-header.webp' date: "2025-01-21" -description: "Victor Adossi demonstrates wash dev, the rapid developer loop for building and iterating on wasmCloud Wasm components." +description: "Victor Adossi demonstrates wash dev, the rapid hot-reload developer loop for building, iterating on, and deploying wasmCloud WebAssembly components." --- ![wash-dev](./images/wash-dev-header.webp) diff --git a/blog/2025-02-03-compiling-c-to-webassembly-with-wasmcloud/index.mdx b/blog/2025-02-03-compiling-c-to-webassembly-with-wasmcloud/index.mdx index a8bf48e13..b2fdd546c 100644 --- a/blog/2025-02-03-compiling-c-to-webassembly-with-wasmcloud/index.mdx +++ b/blog/2025-02-03-compiling-c-to-webassembly-with-wasmcloud/index.mdx @@ -4,7 +4,7 @@ authors: [colinmurphy, cazjt] slug: 2025-02-03-compiling-c-to-webassembly-with-wasmcloud image: './images/Adobe-innovation-day-header.jpeg' date: "2025-02-03" -description: "Adobe's Colin Murphy demonstrates compiling C and C++ to WebAssembly components and running them on wasmCloud." +description: "Adobe's Colin Murphy demonstrates compiling C and C++ to portable WebAssembly components and running them on wasmCloud for edge PDF text extraction." --- ![Adobe presentation at Innovation Day](./images/Adobe-innovation-day-header.jpeg) diff --git a/blog/2025-02-18-introducing-the-wasmcloud-benchmark-chart/index.mdx b/blog/2025-02-18-introducing-the-wasmcloud-benchmark-chart/index.mdx index 39942e5be..fc21dd0d7 100644 --- a/blog/2025-02-18-introducing-the-wasmcloud-benchmark-chart/index.mdx +++ b/blog/2025-02-18-introducing-the-wasmcloud-benchmark-chart/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory] slug: 2025-02-18-introducing-the-wasmcloud-benchmark-chart image: './images/benchmark-header.webp' date: "2025-02-18" -description: "Learn about the Helm chart for benchmarking wasmCloud." +description: "A new wasmCloud benchmark Helm chart for Kubernetes bundles Grafana, k6, and OpenTelemetry tooling to measure performance of your WebAssembly workloads." --- ![Introducing the wasmCloud benchmark chart](./images/benchmark-header.webp) diff --git a/blog/2025-03-04-why-were-adopting-spiffe-for-webassembly-workload-identity/index.mdx b/blog/2025-03-04-why-were-adopting-spiffe-for-webassembly-workload-identity/index.mdx index 8b3792b08..41cbb600d 100644 --- a/blog/2025-03-04-why-were-adopting-spiffe-for-webassembly-workload-identity/index.mdx +++ b/blog/2025-03-04-why-were-adopting-spiffe-for-webassembly-workload-identity/index.mdx @@ -4,7 +4,7 @@ authors: [joonas, ericgregory] slug: 2025-03-04-why-were-adopting-spiffe-for-webassembly-workload-identity image: './images/spiffe-wasmcloud-header.webp' date: "2025-03-04" -description: "Why wasmCloud is adopting SPIFFE as the standard for WebAssembly workload identity across on-prem, edge, and cloud." +description: "Why wasmCloud is adopting SPIFFE and SPIRE as the universal standard for WebAssembly workload identity across on-prem, edge, and cloud environments." --- import BedaTweet from './images/spiffe-beda-twitter.png'; diff --git a/blog/2025-04-01-wasmcloud-at-kubecon-eu-2025/index.mdx b/blog/2025-04-01-wasmcloud-at-kubecon-eu-2025/index.mdx index 1d0bf4e4a..d266eabb3 100644 --- a/blog/2025-04-01-wasmcloud-at-kubecon-eu-2025/index.mdx +++ b/blog/2025-04-01-wasmcloud-at-kubecon-eu-2025/index.mdx @@ -4,7 +4,7 @@ authors: [cazjt] slug: 2025-04-01-wasmcloud-at-kubecon-cloudnativecon-europe-2025 image: './images/KubeCon-EU-Header.jpg' date: "2025-04-01" -description: "Join the wasmCloud community at KubeCon + CloudNativeCon Europe 2025." +description: "Find wasmCloud at KubeCon + CloudNativeCon Europe 2025 in London: project booth, maintainer talks, and sessions on WebAssembly, components, and SPIFFE." --- ![KubeCon + CloudNativeCon Europe 2025](./images/KubeCon-EU-Header.jpg) diff --git a/blog/2025-05-01-platform-harness/index.mdx b/blog/2025-05-01-platform-harness/index.mdx index 9a8b484e6..c736e9771 100644 --- a/blog/2025-05-01-platform-harness/index.mdx +++ b/blog/2025-05-01-platform-harness/index.mdx @@ -4,7 +4,7 @@ authors: [ericgregory, ricochet] slug: 2025-05-13-platform-engineering-with-webassembly-and-the-platform-harness-pattern image: './images/platform-harness-header.webp' date: "2025-05-13" -description: "." +description: "How the 'platform harness' pattern with WebAssembly components and wasmCloud unlocks new approaches to platform engineering beyond containers and sidecars." --- ![Platform engineering with WebAssembly and the platform harness pattern](./images/platform-harness-header.webp) diff --git a/blog/2025-05-21-one-year-of-wasmcloud-1.0/index.mdx b/blog/2025-05-21-one-year-of-wasmcloud-1.0/index.mdx index 721c9250f..18eb9843f 100644 --- a/blog/2025-05-21-one-year-of-wasmcloud-1.0/index.mdx +++ b/blog/2025-05-21-one-year-of-wasmcloud-1.0/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend] slug: 2025-05-21-one-year-of-wasmcloud-1.0 image: './images/one-year-blog-header.webp' date: "2025-05-21" -description: "Celebrating one year of wasmCloud 1.0." +description: "Celebrating one year of wasmCloud 1.0: reflecting on WASI 0.2 adoption, community growth, and the path toward WASI 0.3 and a more pluggable host." --- ![One year of wasmCloud 1.0](./images/one-year-blog-header.webp) diff --git a/blog/2025-07-01-charting-the-next-steps-for-wasmcloud/index.mdx b/blog/2025-07-01-charting-the-next-steps-for-wasmcloud/index.mdx index bc2c8baed..7e99a88d7 100644 --- a/blog/2025-07-01-charting-the-next-steps-for-wasmcloud/index.mdx +++ b/blog/2025-07-01-charting-the-next-steps-for-wasmcloud/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend] slug: charting-the-next-steps-for-wasmcloud image: './images/blog-header.webp' date: "2025-07-03" -description: "Looking back and looking forward to chart the next steps for wasmCloud." +description: "Looking back and looking forward to chart the next steps for wasmCloud: what works post-1.0, what to retire, and where the WebAssembly platform is headed." --- ![Charting the next steps for wasmCloud](./images/blog-header.webp) diff --git a/blog/2025-07-15-q3-2025-roadmap-recap/index.md b/blog/2025-07-15-q3-2025-roadmap-recap/index.md index 3db8ef5b1..ed93edca4 100644 --- a/blog/2025-07-15-q3-2025-roadmap-recap/index.md +++ b/blog/2025-07-15-q3-2025-roadmap-recap/index.md @@ -4,7 +4,7 @@ authors: [ericgregory] slug: 2025-07-15-q3-2025-roadmap-recap image: './images/q3-2025-roadmap-recap.webp' date: "2025-07-15" -description: "Recapping the major initiatives that emerged from the Q3 2025 roadmap planning meeting." +description: "Recapping wasmCloud's Q3 2025 roadmap: a slimmer host, rethinking capability providers as wRPC servers, and a cleaner WebAssembly developer experience." --- ![Q3 2025 Roadmap Recap](./images/q3-2025-roadmap-recap.webp) diff --git a/blog/2025-08-22-wash-plugin/index.mdx b/blog/2025-08-22-wash-plugin/index.mdx index 0daff5306..d8625daaf 100644 --- a/blog/2025-08-22-wash-plugin/index.mdx +++ b/blog/2025-08-22-wash-plugin/index.mdx @@ -4,7 +4,7 @@ authors: [brooksmtownsend] slug: introducing-wash-wasm-powered-plugin-system image: './images/plugin-header.webp' date: "2025-08-27" -description: "Why a Wasm-driven plugin model is so powerful for CLIs" +description: "Why a Wasm-driven plugin model is so powerful for CLIs, and how the next-generation wash CLI uses WebAssembly components for portable, sandboxed extensions." --- ![Introducing the wash CLI's new Wasm-powered plugin system](./images/plugin-header.webp) diff --git a/blog/2025-08-26-setup-wash/index.mdx b/blog/2025-08-26-setup-wash/index.mdx index e5aa7de7b..df63ab8aa 100644 --- a/blog/2025-08-26-setup-wash/index.mdx +++ b/blog/2025-08-26-setup-wash/index.mdx @@ -4,7 +4,7 @@ authors: [ricochet] slug: 2025-08-20-github-action-for-wasm-development-setup-wash image: './images/setup-wash-header.webp' date: "2025-08-20" -description: "Comparing approaches to authoring, maintaining, and publishing GitHub Actions." +description: "Introducing setup-wash, a GitHub Action for installing the Wasm Shell CLI, plus lessons learned comparing TypeScript, container, and composite Actions." --- ![Header](./images/setup-wash-header.webp) diff --git a/blog/2025-11-04-wasmcloud-at-kubecon-cloudnativecon-2025/index.mdx b/blog/2025-11-04-wasmcloud-at-kubecon-cloudnativecon-2025/index.mdx index 62d68b772..a671200a8 100644 --- a/blog/2025-11-04-wasmcloud-at-kubecon-cloudnativecon-2025/index.mdx +++ b/blog/2025-11-04-wasmcloud-at-kubecon-cloudnativecon-2025/index.mdx @@ -2,7 +2,7 @@ title: "wasmCloud at KubeCon + CloudNativeCon NA 2025" authors: [ericgregory] date: '2025-11-05' -description: 'Meet the wasmCloud team at KubeCon + CloudNativeCon NA 2025 in Atlanta!' +description: 'Meet wasmCloud at KubeCon + CloudNativeCon NA 2025 in Atlanta: project booth, maintainer talks on service meshes, WASI WebGPU, GitOps, and more.' slug: wasmcloud-at-kubecon-cloudnativecon-na-2025 image: './images/wasmcloud-kubecon-na-2025-header.webp' --- diff --git a/blog/2025-11-10-wasmcon-na-25-liveblog/index.mdx b/blog/2025-11-10-wasmcon-na-25-liveblog/index.mdx index a3d7f0942..0893b8607 100644 --- a/blog/2025-11-10-wasmcon-na-25-liveblog/index.mdx +++ b/blog/2025-11-10-wasmcon-na-25-liveblog/index.mdx @@ -2,7 +2,7 @@ title: "WasmCon NA 2025 Liveblog" authors: [ericgregory] date: '2025-11-10' -description: 'Meet the wasmCloud team at KubeCon + CloudNativeCon NA 2025 in Atlanta!' +description: 'Live coverage of WasmCon at KubeCon NA 2025 in Atlanta: WASI P3, the Component Model, language support, and the future of WebAssembly in production.' slug: wasmcon-na-25-liveblog image: './images/wasmcon-header.webp' --- diff --git a/blog/2026-03-12-wasmcloud-at-kubecon-eu-2026/index.mdx b/blog/2026-03-12-wasmcloud-at-kubecon-eu-2026/index.mdx index a40cb6de9..509b5f8ca 100644 --- a/blog/2026-03-12-wasmcloud-at-kubecon-eu-2026/index.mdx +++ b/blog/2026-03-12-wasmcloud-at-kubecon-eu-2026/index.mdx @@ -2,7 +2,7 @@ title: "wasmCloud at KubeCon + CloudNativeCon EU 2026" authors: [ericgregory] date: '2026-03-12' -description: 'Meet the wasmCloud team at KubeCon + CloudNativeCon EU 2026 in Amsterdam!' +description: 'Meet wasmCloud at KubeCon + CloudNativeCon EU 2026 in Amsterdam: visit the project booth, attend WasmCon, and see what is new in wasmCloud v2.' slug: wasmcloud-at-kubecon-cloudnativecon-eu-2026 image: './images/kubecon-eu-2026-header.png' --- diff --git a/blog/2026-05-07-wasmcloud-2.1.0/index.mdx b/blog/2026-05-07-wasmcloud-2.1.0/index.mdx index 05b533dd6..f0c79ad6d 100644 --- a/blog/2026-05-07-wasmcloud-2.1.0/index.mdx +++ b/blog/2026-05-07-wasmcloud-2.1.0/index.mdx @@ -2,7 +2,7 @@ title: "wasmCloud 2.1.0: Namespaced hosts, native routing" authors: [ericgregory] date: '2026-05-07' -description: 'wasmCloud 2.1.0 brings namespace-scoped Host CRDs, Kubernetes-native Service routing, plugin support in services, the first HTTP microbenchmarks, and a preview of WASI P3.' +description: 'wasmCloud 2.1.0 brings namespace-scoped Host CRDs, Kubernetes-native Service routing, plugin support in services, HTTP benchmarks, and a WASI P3 preview.' slug: wasmcloud-2-1-0-release image: './images/2.1-blog-header.png' --- diff --git a/community/2022-11-01-welcome-community.mdx b/community/2022-11-01-welcome-community.mdx index f486dab21..9544be7df 100644 --- a/community/2022-11-01-welcome-community.mdx +++ b/community/2022-11-01-welcome-community.mdx @@ -1,6 +1,7 @@ --- slug: welcome-community title: Welcome to the wasmCloud Community! +description: 'Welcome to the wasmCloud community: weekly Wednesday meetings, contributing guide, and links to Slack, mailing list, and GitHub for the WebAssembly project.' authors: [brooksmtownsend] tags: [community] showTitle: true diff --git a/community/2022-11-02-community-meeting.mdx b/community/2022-11-02-community-meeting.mdx index 8ffbc7349..90bc44437 100644 --- a/community/2022-11-02-community-meeting.mdx +++ b/community/2022-11-02-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-11-02 +description: 'wasmCloud community call kicking off these notes with memory optimizations in the host, choosing a home for community meeting notes, and KubeCon presence plans.' date: 2022-11-02 --- diff --git a/community/2022-11-09-community-meeting.mdx b/community/2022-11-09-community-meeting.mdx index c2bf64bc9..74cdb6681 100644 --- a/community/2022-11-09-community-meeting.mdx +++ b/community/2022-11-09-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-11-09 +description: 'wasmCloud community call covering the new Docusaurus docs site, wash down shutdown command, project-template GitHub Actions, and monorepo workflows.' date: 2022-11-09 --- diff --git a/community/2022-11-16-community-meeting.mdx b/community/2022-11-16-community-meeting.mdx index 5438738ca..cfeba6d03 100644 --- a/community/2022-11-16-community-meeting.mdx +++ b/community/2022-11-16-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-11-16 +description: 'wasmCloud community call on wash up multi-host support, .NET WebAssembly status, wash-lib refactor, and migrating capability providers from Smithy to WIT.' date: 2022-11-16 --- diff --git a/community/2022-11-23-community-meeting.mdx b/community/2022-11-23-community-meeting.mdx index c2e7a91dc..831c179fe 100644 --- a/community/2022-11-23-community-meeting.mdx +++ b/community/2022-11-23-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-11-23 +description: 'wasmCloud community call featuring wash up multi-host demos, a Kafka messaging capability provider, repo reorganization, and the wasmtime engine migration.' date: 2022-11-23 --- diff --git a/community/2022-11-29-community-meeting.mdx b/community/2022-11-29-community-meeting.mdx index 2c171866f..f0b55d669 100644 --- a/community/2022-11-29-community-meeting.mdx +++ b/community/2022-11-29-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-11-29 +description: 'wasmCloud community call covering the OTP supervision tree refactor for the host runtime and the wash-lib refactor toward a reusable WebAssembly CLI.' date: 2022-11-29 --- diff --git a/community/2022-12-07-community-meeting.mdx b/community/2022-12-07-community-meeting.mdx index d71829c50..2c7e42a03 100644 --- a/community/2022-12-07-community-meeting.mdx +++ b/community/2022-12-07-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-12-07 +description: 'wasmCloud community call featuring a full-stack KVCounter demo, revisiting wasmCloud manifests, linting and Credo cleanup, and component model .world support.' date: 2022-12-07 --- diff --git a/community/2022-12-13-community-meeting.mdx b/community/2022-12-13-community-meeting.mdx index a1fd85ed4..c86dbe9b5 100644 --- a/community/2022-12-13-community-meeting.mdx +++ b/community/2022-12-13-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-12-13 +description: 'wasmCloud community call with a surprise demo from Jordan, discussion of durable key-value lattice cache, wash binary packaging, and wasi-cloud updates.' date: 2022-12-13 --- diff --git a/community/2022-12-28-community-meeting.mdx b/community/2022-12-28-community-meeting.mdx index 833c60a18..7390dad5f 100644 --- a/community/2022-12-28-community-meeting.mdx +++ b/community/2022-12-28-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2022-12-28 +description: 'Short holiday wasmCloud community call sketching 2023 New Year resolutions for the WebAssembly platform via an Excalidraw whiteboard of high-level goals.' date: 2022-12-28 --- diff --git a/community/2023-01-04-community-meeting.mdx b/community/2023-01-04-community-meeting.mdx index e8c6f83e5..7741550c2 100644 --- a/community/2023-01-04-community-meeting.mdx +++ b/community/2023-01-04-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-01-04 +description: 'wasmCloud community call welcoming 2023 with the official wash 0.14.0 release, package manager and distribution survey, and wasmCloud sensor interface plans.' date: 2023-01-04 --- diff --git a/community/2023-01-11-community-meeting.mdx b/community/2023-01-11-community-meeting.mdx index 8bc1c5791..be66eed8d 100644 --- a/community/2023-01-11-community-meeting.mdx +++ b/community/2023-01-11-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-01-11 +description: 'wasmCloud community call featuring a wazero Go host runtime demo, wash 0.14.0 walkthrough, the 0.60.0-rc.1 release candidate, and wasmCloud security overview.' date: 2023-01-11 --- diff --git a/community/2023-01-18-community-meeting.mdx b/community/2023-01-18-community-meeting.mdx index b32b3610a..d7ba0f385 100644 --- a/community/2023-01-18-community-meeting.mdx +++ b/community/2023-01-18-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-01-18 +description: 'wasmCloud community call covering meeting streaming plans, a wash demo to start actors from a local file, and the wascap 0.9.2 upgrade with breaking changes.' date: 2023-01-18 --- diff --git a/community/2023-01-25-community-meeting.mdx b/community/2023-01-25-community-meeting.mdx index 991129677..83df279a3 100644 --- a/community/2023-01-25-community-meeting.mdx +++ b/community/2023-01-25-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-01-25 +description: 'wasmCloud community call with a distributed demo across GCP, laptop, and Raspberry Pi, roadmap walkthrough, and discussion on actor nomenclature.' date: 2023-01-25 --- diff --git a/community/2023-02-01-community-meeting.mdx b/community/2023-02-01-community-meeting.mdx index 5bdc85433..98c23a5ce 100644 --- a/community/2023-02-01-community-meeting.mdx +++ b/community/2023-02-01-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-02-01 +description: 'wasmCloud community call featuring testing actors with Dagger, the Little Blobby Tables demo, C4 model docs, the 0.60 host update, and Wasm I/O event news.' date: 2023-02-01 --- diff --git a/community/2023-02-08-community-meeting.mdx b/community/2023-02-08-community-meeting.mdx index c08f6a3ea..2f8843e6a 100644 --- a/community/2023-02-08-community-meeting.mdx +++ b/community/2023-02-08-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-02-08 +description: 'wasmCloud community call featuring the wasm-air ADSP flight-tracking demo, wash 0.14.1 yanked plus 0.15.0 plans, roadmap feedback, and actor model discussion.' date: 2023-02-08 --- diff --git a/community/2023-02-15-community-meeting.mdx b/community/2023-02-15-community-meeting.mdx index 876df3189..57c3a4d0a 100644 --- a/community/2023-02-15-community-meeting.mdx +++ b/community/2023-02-15-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-02-15 +description: 'wasmCloud community call featuring a devcontainers demo for wash and wasmcloud-otp plus an overview of KubeCon EU, Wasm I/O, and Cloud Native Wasm Day talks.' date: 2023-02-15 --- diff --git a/community/2023-02-22-community-meeting.mdx b/community/2023-02-22-community-meeting.mdx index ae8fca439..2ad594e1f 100644 --- a/community/2023-02-22-community-meeting.mdx +++ b/community/2023-02-22-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-02-22 +description: 'wasmCloud community call tidying wadm for production, debating GitHub Projects for roadmap tracking, and announcing a Cosmonic DevPost hackathon.' date: 2023-02-22 --- diff --git a/community/2023-03-01-community-meeting.mdx b/community/2023-03-01-community-meeting.mdx index b9af8f6c3..2cb4de97a 100644 --- a/community/2023-03-01-community-meeting.mdx +++ b/community/2023-03-01-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-03-01 +description: 'wasmCloud community call with cargo nextest integration tests in wash, washboard error handling improvements, and continued wadm RFC discussion.' date: 2023-03-01 --- diff --git a/community/2023-03-08-community-meeting.mdx b/community/2023-03-08-community-meeting.mdx index d9b857dff..e68076027 100644 --- a/community/2023-03-08-community-meeting.mdx +++ b/community/2023-03-08-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-03-08 +description: 'wasmCloud community call featuring a Rust wadm implementation handling lattice events, GitHub Projects for the OSS roadmap, and an initial Rust wasmCloud host.' date: 2023-03-08 --- diff --git a/community/2023-03-15-community-meeting.mdx b/community/2023-03-15-community-meeting.mdx index c40319968..5893d0276 100644 --- a/community/2023-03-15-community-meeting.mdx +++ b/community/2023-03-15-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-03-15 +description: 'wasmCloud community call covering link definitions and names, WASI component model progress, GitHub Projects usage, SCALE 20x recap, and hackathon updates.' date: 2023-03-15 --- diff --git a/community/2023-03-22-community-meeting.mdx b/community/2023-03-22-community-meeting.mdx index 88960fe09..b5e073c55 100644 --- a/community/2023-03-22-community-meeting.mdx +++ b/community/2023-03-22-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-03-22 +description: 'Light wasmCloud community call while maintainers travel to Wasm I/O, focused on the v0.62.0 release candidate and the new libwasmcloud NIF for the host runtime.' date: 2023-03-22 --- diff --git a/community/2023-03-29-community-meeting.mdx b/community/2023-03-29-community-meeting.mdx index 656643aef..243af6abd 100644 --- a/community/2023-03-29-community-meeting.mdx +++ b/community/2023-03-29-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-03-29 +description: 'wasmCloud community call demoing KVCounter with Wasm components, exploring component model impact on actors and providers, plus Concordance event sourcing.' date: 2023-03-29 --- diff --git a/community/2023-04-05-community-meeting.mdx b/community/2023-04-05-community-meeting.mdx index c6f107045..f35e3e495 100644 --- a/community/2023-04-05-community-meeting.mdx +++ b/community/2023-04-05-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-04-05 +description: 'wasmCloud community call featuring a Concordance event sourcing replay demo, a wadm State of the Union, and v0.62.0 release notes with component support status.' date: 2023-04-05 --- diff --git a/community/2023-04-12-community-meeting.mdx b/community/2023-04-12-community-meeting.mdx index 0bdaee560..42ecbae19 100644 --- a/community/2023-04-12-community-meeting.mdx +++ b/community/2023-04-12-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-04-12 +description: 'wasmCloud community call with a wadm Rust rewrite progress report and discussion of Go''s official wasip1 merge for WebAssembly actors.' date: 2023-04-12 --- diff --git a/community/2023-04-26-community-meeting.mdx b/community/2023-04-26-community-meeting.mdx index a8b722b6b..01fb8ec17 100644 --- a/community/2023-04-26-community-meeting.mdx +++ b/community/2023-04-26-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-04-26 +description: 'wasmCloud community call demoing wadm with the OAM declarative format, debating numbergen cryptography for components, and recapping KubeCon EU and Wasm Day.' date: 2023-04-26 --- diff --git a/community/2023-05-03-community-meeting.mdx b/community/2023-05-03-community-meeting.mdx index c4ba176a7..6e82f890c 100644 --- a/community/2023-05-03-community-meeting.mdx +++ b/community/2023-05-03-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-05-03 +description: 'wasmCloud community call with the SigScale rating actor demo, wadm 0.4 release update, DevPost hackathon winners, and the wash CLI restructure RFC.' date: 2023-05-03 --- diff --git a/community/2023-05-10-community-meeting.mdx b/community/2023-05-10-community-meeting.mdx index 78eff5d42..ec10539dd 100644 --- a/community/2023-05-10-community-meeting.mdx +++ b/community/2023-05-10-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-05-10 +description: 'wasmCloud community call demoing burrito static wasmCloud host releases, discussing runtime-defined built-in capability providers, and the CNCF Incubating path.' date: 2023-05-10 --- diff --git a/community/2023-05-17-community-meeting.mdx b/community/2023-05-17-community-meeting.mdx index 50aa3e7c5..6cf5fdfda 100644 --- a/community/2023-05-17-community-meeting.mdx +++ b/community/2023-05-17-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-05-17 +description: 'wasmCloud community call with a wash burrito demo on v0.63.0 and RFCs to remove the washboard from the host, focus features on Rust, and add a stale-issue bot.' date: 2023-05-17 --- diff --git a/community/2023-05-24-community-meeting.mdx b/community/2023-05-24-community-meeting.mdx index 46a8189e0..c6a5b44ca 100644 --- a/community/2023-05-24-community-meeting.mdx +++ b/community/2023-05-24-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-05-24 +description: 'wasmCloud community call covering wadm release prep, an RFC for WIT-based interfaces, and component model progress in Wasmtime and the WASI preview 2 adapter.' date: 2023-05-24 --- diff --git a/community/2023-05-31-community-meeting.mdx b/community/2023-05-31-community-meeting.mdx index 5f5c3235c..50d53248c 100644 --- a/community/2023-05-31-community-meeting.mdx +++ b/community/2023-05-31-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-05-31 +description: 'wasmCloud community call on the wash command structure RFC, wadm release readiness, and a three-pronged RFC to overhaul lattice link configuration handling.' date: 2023-05-31 --- diff --git a/community/2023-06-07-community-meeting.mdx b/community/2023-06-07-community-meeting.mdx index a871d3d26..ab792c9f1 100644 --- a/community/2023-06-07-community-meeting.mdx +++ b/community/2023-06-07-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-06-07 +description: 'wasmCloud community call featuring a wash spy distributed debugging demo, the wadm 0.4 release, wash 0.18.0 changes, and CNCF Incubating status application.' date: 2023-06-07 --- diff --git a/community/2023-06-14-community-meeting.mdx b/community/2023-06-14-community-meeting.mdx index f0fe4cff4..5fce3c4b0 100644 --- a/community/2023-06-14-community-meeting.mdx +++ b/community/2023-06-14-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-06-14 +description: 'wasmCloud community call demoing wash capture, wash dev, the wash 0.18 release, and a discussion of the wash development loop for WebAssembly applications.' date: 2023-06-14 --- diff --git a/community/2023-06-21-community-meeting.mdx b/community/2023-06-21-community-meeting.mdx index bd6518e36..6314cb2b0 100644 --- a/community/2023-06-21-community-meeting.mdx +++ b/community/2023-06-21-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-06-21 +description: 'wasmCloud community call featuring Azure webhooks for auto-updating OCI URLs, a WebAssembly component interop demo, and continued discussion on secrets in apps.' date: 2023-06-21 --- diff --git a/community/2023-06-28-community-meeting.mdx b/community/2023-06-28-community-meeting.mdx index 9d04b18e7..5300663d1 100644 --- a/community/2023-06-28-community-meeting.mdx +++ b/community/2023-06-28-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-06-28 +description: 'wasmCloud community call demoing a system information provider for host metrics and a deep discussion on link names, configuration, and capability isolation.' date: 2023-06-28 --- diff --git a/community/2023-07-05-community-meeting.mdx b/community/2023-07-05-community-meeting.mdx index 61a92d463..a7acc6ff0 100644 --- a/community/2023-07-05-community-meeting.mdx +++ b/community/2023-07-05-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-07-05 +description: 'wasmCloud community call demoing wash ui, the detached washboard backed by wadm state, and a discussion of actor lifecycles, streams, and stateful actors.' date: 2023-07-05 --- diff --git a/community/2023-07-12-community-meeting.mdx b/community/2023-07-12-community-meeting.mdx index 7d17e3cce..4340e8ff9 100644 --- a/community/2023-07-12-community-meeting.mdx +++ b/community/2023-07-12-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-07-12 +description: 'wasmCloud community call covering WIT-ified providers starting with Golang and a deep dive into WIT, WASI Preview 2, and the WebAssembly component model.' date: 2023-07-12 --- diff --git a/community/2023-07-19-community-meeting.mdx b/community/2023-07-19-community-meeting.mdx index fc804c263..b01c1e83e 100644 --- a/community/2023-07-19-community-meeting.mdx +++ b/community/2023-07-19-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-07-19 +description: 'wasmCloud community call updating wit-ified providers with msgpack and wasifills, plus a discussion of how RFCs and ADRs are managed across the wasmCloud org.' date: 2023-07-19 --- diff --git a/community/2023-07-26-community-meeting.mdx b/community/2023-07-26-community-meeting.mdx index 06cf5cda2..7fc39df08 100644 --- a/community/2023-07-26-community-meeting.mdx +++ b/community/2023-07-26-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-07-26 +description: 'wasmCloud community call demoing a WIT-based NATS messaging provider, the path from Smithy to wit interfaces, and wadm 0.5.0 multi-tenant fixes.' date: 2023-07-26 --- diff --git a/community/2023-08-02-community-meeting.mdx b/community/2023-08-02-community-meeting.mdx index adb3d5c5b..e5571216e 100644 --- a/community/2023-08-02-community-meeting.mdx +++ b/community/2023-08-02-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-08-02 +description: 'wasmCloud community call with a Rust WIT provider SDK demo and codegen update, plus a discussion on the wasmCloud roadmap and WebAssembly standards alignment.' date: 2023-08-02 --- diff --git a/community/2023-08-09-community-meeting.mdx b/community/2023-08-09-community-meeting.mdx index 8337cfd36..992f5eec5 100644 --- a/community/2023-08-09-community-meeting.mdx +++ b/community/2023-08-09-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-08-09 +description: 'wasmCloud community call featuring a wadm 0.5 manifest upgrade and status demo on petclinic plus a roadmap update on the Rust host and WIT-ification.' date: 2023-08-09 --- diff --git a/community/2023-08-16-community-meeting.mdx b/community/2023-08-16-community-meeting.mdx index 6bf3b60ac..ff8b815f1 100644 --- a/community/2023-08-16-community-meeting.mdx +++ b/community/2023-08-16-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-08-16 +description: 'wasmCloud community call demoing the wadm actor daemonscaler and Concordance event sourcing codegen, plus a roadmap update ahead of WasmCon in Bellevue.' date: 2023-08-16 --- diff --git a/community/2023-08-23-community-meeting.mdx b/community/2023-08-23-community-meeting.mdx index 2c29e2575..381e3065e 100644 --- a/community/2023-08-23-community-meeting.mdx +++ b/community/2023-08-23-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-08-23 +description: 'wasmCloud community call demoing wadm 0.5.0 manifest validation, prepping the wadm release and wash 0.20.0, and a roadmap update on Rust host OTP parity.' date: 2023-08-23 --- diff --git a/community/2023-08-30-community-meeting.mdx b/community/2023-08-30-community-meeting.mdx index 7b70f7470..a84e015b5 100644 --- a/community/2023-08-30-community-meeting.mdx +++ b/community/2023-08-30-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-08-30 +description: 'wasmCloud community call on the Rust host hitting OTP feature parity, the v0.78.0 initial Rust host release plan, and a roadmap look before WasmCon and BACon.' date: 2023-08-30 --- diff --git a/community/2023-09-13-community-meeting.mdx b/community/2023-09-13-community-meeting.mdx index 86ef5121a..f2a987e12 100644 --- a/community/2023-09-13-community-meeting.mdx +++ b/community/2023-09-13-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-09-13 +description: 'wasmCloud community call demoing Rust and TinyGo WebAssembly components built with wit-bindgen and no wasmCloud SDK, plus a check-in on the witify milestone.' date: 2023-09-13 --- diff --git a/community/2023-09-20-community-meeting.mdx b/community/2023-09-20-community-meeting.mdx index 2d6af8507..cd0112de2 100644 --- a/community/2023-09-20-community-meeting.mdx +++ b/community/2023-09-20-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-09-20 +description: 'wasmCloud community call featuring a live DTW23 5G telecom demo on wasmCloud, NATS microservices integration, metrics RFC, and the wasmCloud 0.78.0 release.' date: 2023-09-20 --- diff --git a/community/2023-09-27-community-meeting.mdx b/community/2023-09-27-community-meeting.mdx index 84768541f..5ac0898b0 100644 --- a/community/2023-09-27-community-meeting.mdx +++ b/community/2023-09-27-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-09-27 +description: 'wasmCloud community call demoing WASI-fill generation, discussing long-running processes and RPC timeouts, plus metrics and component autoscaling RFCs.' date: 2023-09-27 --- diff --git a/community/2023-10-04-community-meeting.mdx b/community/2023-10-04-community-meeting.mdx index d9c932ecf..c3d075a89 100644 --- a/community/2023-10-04-community-meeting.mdx +++ b/community/2023-10-04-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-10-04 +description: 'wasmCloud community call on dynamically generated Wasifills, versions in wasmCloud documentation, and Hacktoberfest issue picks for new contributors.' date: 2023-10-04 --- diff --git a/community/2023-10-11-community-meeting.mdx b/community/2023-10-11-community-meeting.mdx index a872f3409..3c40cc8a5 100644 --- a/community/2023-10-11-community-meeting.mdx +++ b/community/2023-10-11-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-10-11 +description: 'wasmCloud community call demoing actor autoscaling with scale-to-zero, the Trail of Bits security audit, and documentation improvements for the project.' date: 2023-10-11 --- diff --git a/community/2023-10-18-community-meeting.mdx b/community/2023-10-18-community-meeting.mdx index 82e37848f..d07d1324d 100644 --- a/community/2023-10-18-community-meeting.mdx +++ b/community/2023-10-18-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-10-18 +description: 'wasmCloud community call covering wash build for wasm32-wasi-preview2 components, the wasmCloud security audit results, monorepo plans, and WASI-virt updates.' date: 2023-10-18 --- diff --git a/community/2023-10-25-community-meeting.mdx b/community/2023-10-25-community-meeting.mdx index b7801b6d5..867a641ef 100644 --- a/community/2023-10-25-community-meeting.mdx +++ b/community/2023-10-25-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-10-25 +description: 'wasmCloud community call featuring the TinyGo Globby demo using WASI contracts, the wasmcloud/wasmcloud monorepo move, and the CNCF Incubation application.' date: 2023-10-25 --- diff --git a/community/2023-11-01-community-meeting.mdx b/community/2023-11-01-community-meeting.mdx index 0b1e5efde..5f44a4948 100644 --- a/community/2023-11-01-community-meeting.mdx +++ b/community/2023-11-01-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-11-01 +description: 'wasmCloud community call with a wadm 0.8 showcase, documentation overhaul plans, Wasmtime 14 update, monorepo progress, and a round of community shoutouts.' date: 2023-11-01 --- diff --git a/community/2023-11-07-community-meeting.mdx b/community/2023-11-07-community-meeting.mdx index 4fa7d3588..c5e29c7cf 100644 --- a/community/2023-11-07-community-meeting.mdx +++ b/community/2023-11-07-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-11-07 +description: 'wasmCloud community call streaming live from KubeCon CloudNativeCon NA 2023 in Chicago with a Cloud Native Wasm Day recap and webassembly kubernetes discussion.' date: 2023-11-07 --- diff --git a/community/2023-11-15-community-meeting.mdx b/community/2023-11-15-community-meeting.mdx index a35d3dccc..4ea6d9635 100644 --- a/community/2023-11-15-community-meeting.mdx +++ b/community/2023-11-15-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-11-15 +description: 'wasmCloud community call reviewing new control interface features: adjusting labels, runtime actor config, lame duck/cordon mode, and dynamic log levels.' date: 2023-11-15 --- diff --git a/community/2023-11-22-community-meeting.mdx b/community/2023-11-22-community-meeting.mdx index 29fd14b8e..96785ed9e 100644 --- a/community/2023-11-22-community-meeting.mdx +++ b/community/2023-11-22-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-11-22 +description: 'wasmCloud community call demoing human-friendly wash CLI updates that remove 56-character ID prompts plus discussion of the Wasmtime 15 component model release.' date: 2023-11-22 --- diff --git a/community/2023-11-29-community-meeting.mdx b/community/2023-11-29-community-meeting.mdx index 1c3ff45e4..7b3845c0a 100644 --- a/community/2023-11-29-community-meeting.mdx +++ b/community/2023-11-29-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-11-29 +description: 'wasmCloud community call demoing custom wash build commands with build-only and sign-only flags, plus discussion of the wasmCloud 1.0 milestone and Wasmtime 15.' date: 2023-11-29 --- diff --git a/community/2023-12-06-community-meeting.mdx b/community/2023-12-06-community-meeting.mdx index 36bff2732..daafeff71 100644 --- a/community/2023-12-06-community-meeting.mdx +++ b/community/2023-12-06-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-12-06 +description: 'wasmCloud community call demoing how to bring your own WebAssembly component, a Q3/Q4 roadmap retrospective, and the control interface stabilization RFC.' date: 2023-12-06 --- diff --git a/community/2023-12-13-community-meeting.mdx b/community/2023-12-13-community-meeting.mdx index 72a824af8..f9cd7d9e0 100644 --- a/community/2023-12-13-community-meeting.mdx +++ b/community/2023-12-13-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-12-13 +description: 'wasmCloud community call demoing wash inspect --wit for component WIT introspection plus a deep dive into the wasmCloud 1.0 roadmap and numbered milestones.' date: 2023-12-13 --- diff --git a/community/2023-12-20-community-meeting.mdx b/community/2023-12-20-community-meeting.mdx index dc037e012..22fa8a912 100644 --- a/community/2023-12-20-community-meeting.mdx +++ b/community/2023-12-20-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-12-20 +description: 'wasmCloud community call demoing the new components-first Hello World experience in Rust and TinyGo using wasi:http/incoming-handler and Wasmtime 16.' date: 2023-12-20 --- diff --git a/community/2023-12-27-community-meeting.mdx b/community/2023-12-27-community-meeting.mdx index 319dbf0cd..7327bb5cc 100644 --- a/community/2023-12-27-community-meeting.mdx +++ b/community/2023-12-27-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2023-12-27 +description: 'Short year-end wasmCloud community call with a quick check-in and Happy Holidays from the wasmCloud maintainers building the WebAssembly application platform.' date: 2023-12-27 --- diff --git a/community/2024-01-03-community-meeting.mdx b/community/2024-01-03-community-meeting.mdx index 7f069f59f..6f03b2652 100644 --- a/community/2024-01-03-community-meeting.mdx +++ b/community/2024-01-03-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-01-03 +description: 'wasmCloud community call welcoming 2024 with v0.81.0 on Wasmtime 16, WASI Preview 2 release-candidate progress, and the January 11 WebAssembly CG subgroup vote.' date: 2024-01-03 --- diff --git a/community/2024-01-10-community-meeting.mdx b/community/2024-01-10-community-meeting.mdx index 302728d0e..b9a4d5768 100644 --- a/community/2024-01-10-community-meeting.mdx +++ b/community/2024-01-10-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-01-10 +description: 'wasmCloud community call demoing a TypeScript hello world with jco and componentize-js, a roadmap check-in, and the formalize control interface RFC.' date: 2024-01-10 --- diff --git a/community/2024-01-17-community-meeting.mdx b/community/2024-01-17-community-meeting.mdx index 520c2a778..bc5c4956e 100644 --- a/community/2024-01-17-community-meeting.mdx +++ b/community/2024-01-17-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-01-17 +description: 'wasmCloud community call demoing how to build a wasmCloud component in any language with wash build, plus wadm 0.10.0 features and the weekly roadmap review.' date: 2024-01-17 --- diff --git a/community/2024-01-24-community-meeting.mdx b/community/2024-01-24-community-meeting.mdx index 77dd195fb..cab05faeb 100644 --- a/community/2024-01-24-community-meeting.mdx +++ b/community/2024-01-24-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-01-24 +description: 'wasmCloud community call introducing wRPC, the new component-to-component protocol, plus OTEL metrics progress and a wasmCloud 1.0 roadmap update.' date: 2024-01-24 --- diff --git a/community/2024-01-31-community-meeting.mdx b/community/2024-01-31-community-meeting.mdx index ca66362bc..cfe36c1bf 100644 --- a/community/2024-01-31-community-meeting.mdx +++ b/community/2024-01-31-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-01-31 +description: 'wasmCloud community call featuring a Red Badger composed components demo, what WASI 0.2.0 means for wasmCloud, quickstart updates, and wRPC roadmap progress.' date: 2024-01-31 --- diff --git a/community/2024-02-07-community-meeting.mdx b/community/2024-02-07-community-meeting.mdx index 884877724..2ac8edc4c 100644 --- a/community/2024-02-07-community-meeting.mdx +++ b/community/2024-02-07-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-02-07 +description: 'wasmCloud community call discussing wasmbus deprecation for 1.0, the wasmcloud-ollama LLM project, and roadmap progress on wRPC and OTEL observability.' date: 2024-02-07 --- diff --git a/community/2024-02-14-community-meeting.mdx b/community/2024-02-14-community-meeting.mdx index 9902a9738..b2ac17cf4 100644 --- a/community/2024-02-14-community-meeting.mdx +++ b/community/2024-02-14-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-02-14 +description: 'wasmCloud community call demoing OTEL traces, logs, and metrics in wasmCloud 1.0, the final countdown to the 0.82 release, and a roadmap update toward 1.0.' date: 2024-02-14 --- diff --git a/community/2024-02-21-community-meeting.mdx b/community/2024-02-21-community-meeting.mdx index 79b43554f..97828eab1 100644 --- a/community/2024-02-21-community-meeting.mdx +++ b/community/2024-02-21-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-02-21 +description: 'wasmCloud community call demoing what is new in the 0.82 release with stable WASI 0.2, a call for community testing, and a roadmap check-in on wRPC progress.' date: 2024-02-21 --- diff --git a/community/2024-02-27-community-meeting.mdx b/community/2024-02-27-community-meeting.mdx index 3341a92cd..a9293af3f 100644 --- a/community/2024-02-27-community-meeting.mdx +++ b/community/2024-02-27-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-02-27 +description: 'wasmCloud community call demoing components communicating with wRPC over NATS, a wRPC MVP progress check-in, and a quick look at the wasmCloud 1.0 roadmap.' date: 2024-02-27 --- diff --git a/community/2024-03-06-community-meeting.mdx b/community/2024-03-06-community-meeting.mdx index 8e2bf0330..f580b4ced 100644 --- a/community/2024-03-06-community-meeting.mdx +++ b/community/2024-03-06-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-03-06 +description: 'wasmCloud community call demoing the policy service with Open Policy Agent, a wRPC MVP check-in with the Redis provider, and 1.0 roadmap progress.' date: 2024-03-06 --- diff --git a/community/2024-03-13-community-meeting.mdx b/community/2024-03-13-community-meeting.mdx index 3241e6694..eae83ec34 100644 --- a/community/2024-03-13-community-meeting.mdx +++ b/community/2024-03-13-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-03-13 +description: 'wasmCloud community call covering the 1.0.0-alpha.1 release, renaming actor to component, a roadmap check-in, and upcoming WASM I/O and KubeCon EU conferences.' date: 2024-03-13 --- diff --git a/community/2024-03-20-community-meeting.mdx b/community/2024-03-20-community-meeting.mdx index 44b693ee5..0343f630a 100644 --- a/community/2024-03-20-community-meeting.mdx +++ b/community/2024-03-20-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-03-20 +description: 'Short wasmCloud community call streaming live from KubeCon CloudNativeCon EU in Paris with a look at wasmCloud 1.0 release candidates and how to get involved.' date: 2024-03-20 --- diff --git a/community/2024-03-27-community-meeting.mdx b/community/2024-03-27-community-meeting.mdx index 93eb83cde..82cc4b16f 100644 --- a/community/2024-03-27-community-meeting.mdx +++ b/community/2024-03-27-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-03-27 +description: 'wasmCloud community call covering the wasmCloud 1.0 release update with wRPC and wadm finalization plus the open-sourced wasmCloud Kubernetes Operator.' date: 2024-03-27 --- diff --git a/community/2024-04-03-community-meeting.mdx b/community/2024-04-03-community-meeting.mdx index 26101c68a..c11ff6ed0 100644 --- a/community/2024-04-03-community-meeting.mdx +++ b/community/2024-04-03-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-04-03 +description: 'wasmCloud community call demoing the 1.0 wadm manifest format with WIT-based links, capability providers in GHCR, and a final 1.0 roadmap check-in.' date: 2024-04-03 --- diff --git a/community/2024-04-10-community-meeting.mdx b/community/2024-04-10-community-meeting.mdx index 1aa5d76c1..5d1283ccc 100644 --- a/community/2024-04-10-community-meeting.mdx +++ b/community/2024-04-10-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-04-10 +description: 'wasmCloud community call with a 1.0 quickstart showcase, performance improvements, globally scaled components, and a call to test the 1.0 release candidate.' date: 2024-04-10 --- diff --git a/community/2024-04-17-community-meeting.mdx b/community/2024-04-17-community-meeting.mdx index 9d81e00e3..f08ac5646 100644 --- a/community/2024-04-17-community-meeting.mdx +++ b/community/2024-04-17-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-04-17 +description: 'wasmCloud community call celebrating the wasmCloud 1.0 release with a roadmap recap, a neovim WIT syntax highlighting PR, and a Postgres interface RFC.' date: 2024-04-17 --- diff --git a/community/2024-04-24-community-meeting.mdx b/community/2024-04-24-community-meeting.mdx index 0e1abe8eb..61b7c6697 100644 --- a/community/2024-04-24-community-meeting.mdx +++ b/community/2024-04-24-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-04-24 +description: 'wasmCloud community call hackathon showcase featuring Ollama, a messaging chatbot, Wasm workspaces, and wash CLI plugins for the WebAssembly platform.' date: 2024-04-24 --- diff --git a/community/2024-05-01-community-meeting.mdx b/community/2024-05-01-community-meeting.mdx index 1e7d8bb8b..7aaf98f00 100644 --- a/community/2024-05-01-community-meeting.mdx +++ b/community/2024-05-01-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-05-01 +description: 'wasmCloud community call demoing wash plugins part 2 with full lifecycle management plus a workshop on the next Q2 roadmap and documentation priorities.' date: 2024-05-01 --- diff --git a/community/2024-05-08-community-meeting.mdx b/community/2024-05-08-community-meeting.mdx index c3e4862bb..98ad43605 100644 --- a/community/2024-05-08-community-meeting.mdx +++ b/community/2024-05-08-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-05-08 +description: 'wasmCloud community call demoing the wRPC Go implementation, a refreshed Golang provider SDK, and a Q2 roadmap review for the WebAssembly application platform.' date: 2024-05-08 --- diff --git a/community/2024-05-15-community-meeting.mdx b/community/2024-05-15-community-meeting.mdx index a195aaa22..758492f95 100644 --- a/community/2024-05-15-community-meeting.mdx +++ b/community/2024-05-15-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-05-15 +description: 'wasmCloud community call featuring Wolfi-based SigStore signing, GitHub build attestations, wRPC Go support for streams and futures, and an H2 roadmap update.' date: 2024-05-15 --- diff --git a/community/2024-05-22-community-meeting.mdx b/community/2024-05-22-community-meeting.mdx index 8f7db81cb..27c7b56f3 100644 --- a/community/2024-05-22-community-meeting.mdx +++ b/community/2024-05-22-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-05-22 +description: 'wasmCloud community call covering the Postgres interface RFC and provider implementation, wrpc-keyvalue-nats CLI, Golang provider SDK, and a roadmap review.' date: 2024-05-22 --- diff --git a/community/2024-05-29-community-meeting.mdx b/community/2024-05-29-community-meeting.mdx index d803a919a..6e43e37ff 100644 --- a/community/2024-05-29-community-meeting.mdx +++ b/community/2024-05-29-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-05-29 +description: 'wasmCloud community call demoing the WIT-based Postgres provider, an update on CNCF Incubation, the new wasmCloud secrets RFC, and using the wadm API.' date: 2024-05-29 --- diff --git a/community/2024-06-05-community-meeting.mdx b/community/2024-06-05-community-meeting.mdx index c18832bdb..a87324edf 100644 --- a/community/2024-06-05-community-meeting.mdx +++ b/community/2024-06-05-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-06-05 +description: 'wasmCloud community call featuring a Couchbase KV provider demo, a Golang custom provider template, and wash 0.29 features for the WebAssembly platform.' date: 2024-06-05 --- diff --git a/community/2024-06-12-community-meeting.mdx b/community/2024-06-12-community-meeting.mdx index a1b588a19..007f85370 100644 --- a/community/2024-06-12-community-meeting.mdx +++ b/community/2024-06-12-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-06-12 +description: 'wasmCloud community call demoing the wasmCloud Kubernetes Operator deployment, plus discussion of WASI messaging and tracing/OTLP propagation fixes in the host.' date: 2024-06-12 --- diff --git a/community/2024-06-20-community-meeting.mdx b/community/2024-06-20-community-meeting.mdx index 731654494..0fcf971fb 100644 --- a/community/2024-06-20-community-meeting.mdx +++ b/community/2024-06-20-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-06-20 +description: 'wasmCloud community call featuring a community NATS key-value provider demo and a discussion of wasi-keyvalue buckets, stores, and wasmCloud link names.' date: 2024-06-20 --- diff --git a/community/2024-06-26-community-meeting.mdx b/community/2024-06-26-community-meeting.mdx index 444c1a1db..cbf8b9fff 100644 --- a/community/2024-06-26-community-meeting.mdx +++ b/community/2024-06-26-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-06-26 +description: 'wasmCloud community call demoing secrets support in wasmCloud with a NATS KV backend, a Q2 roadmap check-in, and wRPC updates including a new QUIC transport.' date: 2024-06-26 --- diff --git a/community/2024-07-02-community-meeting.mdx b/community/2024-07-02-community-meeting.mdx index 951c8c82e..d00974d26 100644 --- a/community/2024-07-02-community-meeting.mdx +++ b/community/2024-07-02-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-07-02 +description: 'wasmCloud community call covering the Q3 roadmap with secrets management, wash app dev workflow, built-in HTTP server plans, and TinyGo wasip2 support landing.' date: 2024-07-02 --- diff --git a/community/2024-07-10-community-meeting.mdx b/community/2024-07-10-community-meeting.mdx index 228521107..d35fe28b0 100644 --- a/community/2024-07-10-community-meeting.mdx +++ b/community/2024-07-10-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-07-10 +description: 'wasmCloud community call demoing the wasmcloud-operator quickstart and examples, plus TinyGo wasip2 component compilation news for WebAssembly applications.' date: 2024-07-10 --- diff --git a/community/2024-07-17-community-meeting.mdx b/community/2024-07-17-community-meeting.mdx index 979023bfb..35bef83bb 100644 --- a/community/2024-07-17-community-meeting.mdx +++ b/community/2024-07-17-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: Community Meeting - 2024-07-17 +description: 'Short wasmCloud community call featuring a wasmCloud link secrets demo, the wash dev v2 RFC, and a Q3 roadmap discussion for the WebAssembly platform.' date: 2024-07-17 --- diff --git a/community/2024-07-24-community-meeting.mdx b/community/2024-07-24-community-meeting.mdx index 713082e55..2d6a2c497 100644 --- a/community/2024-07-24-community-meeting.mdx +++ b/community/2024-07-24-community-meeting.mdx @@ -1,5 +1,6 @@ --- title: 2024-07-24 Community Meeting +description: 'wasmCloud community call demoing the secrets-nats-kv backend CLI with wash secret, Go provider SDK secrets support, and wasi-messaging 0.2.0-draft updates.' date: 2024-07-24 --- diff --git a/community/2024-07-31-community-meeting.mdx b/community/2024-07-31-community-meeting.mdx index e36e5ecd1..b72a6442d 100644 --- a/community/2024-07-31-community-meeting.mdx +++ b/community/2024-07-31-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-07-31' title: 'Meeting Agenda - 2024-07-31' +description: 'wasmCloud community call featuring a Kubernetes secrets demo with External Secrets, 1.1 beta testing, and WASI 0.2.1 feature gates with @since and @unstable.' --- ## Agenda diff --git a/community/2024-08-07-community-meeting.mdx b/community/2024-08-07-community-meeting.mdx index 427e2eeda..b2486c8e4 100644 --- a/community/2024-08-07-community-meeting.mdx +++ b/community/2024-08-07-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-08-07' title: 'Meeting Agenda - 2024-08-07' +description: 'wasmCloud community call demoing wash and wadm developer experience improvements, the wash 0.30.0 release with wasmcloud-operator updates, and the 1.1 launch.' --- ## Agenda diff --git a/community/2024-08-14-community-meeting.mdx b/community/2024-08-14-community-meeting.mdx index 50482ce1d..896325509 100644 --- a/community/2024-08-14-community-meeting.mdx +++ b/community/2024-08-14-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-08-14' title: 'Meeting Agenda - 2024-08-14' +description: 'wasmCloud community call demoing an improved wash spy for component debugging, Provider SDK updates in Rust and Go, and new Wasm language support for MoonBit.' --- ## Agenda diff --git a/community/2024-08-21-community-meeting.mdx b/community/2024-08-21-community-meeting.mdx index 45f51d612..59baef4bf 100644 --- a/community/2024-08-21-community-meeting.mdx +++ b/community/2024-08-21-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-08-21' title: 'Meeting Agenda - 2024-08-21' +description: 'wasmCloud community call demoing streaming with Blobby over wasi-blobstore and wasi-http plus a preview of wasmCloud Innovation Day on September 18 with talks.' --- ## Agenda diff --git a/community/2024-08-28-community-meeting.mdx b/community/2024-08-28-community-meeting.mdx index e163e7407..6f555b2c1 100644 --- a/community/2024-08-28-community-meeting.mdx +++ b/community/2024-08-28-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-08-28' title: 'Meeting Agenda - 2024-08-28' +description: 'wasmCloud community call showcasing the 1.2 release and wash 0.31 with config updates, blobstore streaming, a Q3 roadmap check-in, and Innovation Day news.' --- ## Agenda diff --git a/community/2024-09-04-community-meeting.mdx b/community/2024-09-04-community-meeting.mdx index 851d511f2..f78696c98 100644 --- a/community/2024-09-04-community-meeting.mdx +++ b/community/2024-09-04-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-09-04' title: 'Meeting Agenda - 2024-09-04' +description: 'wasmCloud community call demoing the wash --watch flag and sorted output, the wash 0.32 release, plus a discussion of component memory limits with wasmtime.' --- ## Agenda diff --git a/community/2024-09-11-community-meeting.mdx b/community/2024-09-11-community-meeting.mdx index 6e9c99fc8..3e4cb404b 100644 --- a/community/2024-09-11-community-meeting.mdx +++ b/community/2024-09-11-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-09-11' title: 'Meeting Agenda - 2024-09-11' +description: 'wasmCloud community call demoing Go component testing with west, the new component-sdk-go for idiomatic Go components, and Q3 roadmap progress on resources.' --- ## Agenda diff --git a/community/2024-09-18-community-meeting.mdx b/community/2024-09-18-community-meeting.mdx index b17105b10..ecf085518 100644 --- a/community/2024-09-18-community-meeting.mdx +++ b/community/2024-09-18-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-09-18' title: 'Meeting Agenda - 2024-09-18' +description: 'Short wasmCloud community call alongside Innovation Day with a tour of the wasmcloud-component crate, how to become a contributor, and a look ahead to Q4 plans.' --- ## Agenda diff --git a/community/2024-09-25-community-meeting.mdx b/community/2024-09-25-community-meeting.mdx index 1e96cdbbe..598fda393 100644 --- a/community/2024-09-25-community-meeting.mdx +++ b/community/2024-09-25-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-09-25' title: 'Meeting Agenda - 2024-09-25' +description: 'wasmCloud community call demoing Go component testing with WAdge, a Backstage plugin beta, wash build target changes to wasip1, and Q4 roadmap call for issues.' --- ## Agenda diff --git a/community/2024-10-02-community-meeting.mdx b/community/2024-10-02-community-meeting.mdx index e57badf01..cc3190162 100644 --- a/community/2024-10-02-community-meeting.mdx +++ b/community/2024-10-02-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-10-02' title: 'Meeting Agenda - 2024-10-02' +description: 'wasmCloud community call demoing Go component IDE debugging, a wasmCloud LLaVA app with LLM and vision, wkg packaging tooling, and the Q4 2024 roadmap.' --- ## Agenda diff --git a/community/2024-10-09-community-meeting.mdx b/community/2024-10-09-community-meeting.mdx index ad7a25047..6b1ba6b46 100644 --- a/community/2024-10-09-community-meeting.mdx +++ b/community/2024-10-09-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-10-09' title: 'Meeting Agenda - 2024-10-09' +description: 'wasmCloud community call dedicated to Q4 community roadmapping with a Q3 retrospective, docs improvements, CLI autocompletion, and Hacktoberfest issue picks.' --- ## Agenda diff --git a/community/2024-10-16-community-meeting.mdx b/community/2024-10-16-community-meeting.mdx index 1b0f3a1ef..bd10f27bc 100644 --- a/community/2024-10-16-community-meeting.mdx +++ b/community/2024-10-16-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-10-16' title: 'Meeting Agenda - 2024-10-16' +description: 'wasmCloud community call covering wasmCloud 1.3 features and link validation, embedding wasmcloud and wadm in wash, and Q4 roadmap progress for the project.' --- ## Agenda diff --git a/community/2024-10-23-community-meeting.mdx b/community/2024-10-23-community-meeting.mdx index 391863a4d..4308d261c 100644 --- a/community/2024-10-23-community-meeting.mdx +++ b/community/2024-10-23-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-10-23' title: 'Meeting Agenda - 2024-10-23' +description: 'wasmCloud community call featuring an updated TypeScript password checker example, a new wash dev quickstart, and discussion of removing Python from quickstart.' --- ## Agenda diff --git a/community/2024-10-30-community-meeting.mdx b/community/2024-10-30-community-meeting.mdx index eb660c1f4..ee0ae2d6a 100644 --- a/community/2024-10-30-community-meeting.mdx +++ b/community/2024-10-30-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-10-30' title: 'Meeting Agenda - 2024-10-30' +description: 'wasmCloud community call demoing a Leptos full-stack Rust framework on Wasm, the wasmcloud-component HTTP wrappers, the wkg WIT package manager, and Q4 plans.' --- ## Agenda diff --git a/community/2024-11-06-community-meeting.mdx b/community/2024-11-06-community-meeting.mdx index bf4156449..21bda3967 100644 --- a/community/2024-11-06-community-meeting.mdx +++ b/community/2024-11-06-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-11-06' title: 'Meeting Agenda - 2024-11-06' +description: 'wasmCloud community call demoing wash dev interface overrides, a discussion of Windows as a development target, and a Contribfest preview ahead of KubeCon NA.' --- ## Agenda diff --git a/community/2024-11-13-community-meeting.mdx b/community/2024-11-13-community-meeting.mdx index 91153bbf9..a58cc8eb2 100644 --- a/community/2024-11-13-community-meeting.mdx +++ b/community/2024-11-13-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-11-13' title: 'Meeting Agenda - 2024-11-13' +description: 'wasmCloud community call streaming live from KubeCon NA 2024 with a wash dev demo introducing component capability swapping after the CNCF Incubating promotion.' --- ## Agenda diff --git a/community/2024-11-20-community-meeting.mdx b/community/2024-11-20-community-meeting.mdx index 7bf040140..2030c22e0 100644 --- a/community/2024-11-20-community-meeting.mdx +++ b/community/2024-11-20-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-11-20' title: 'Meeting Agenda - 2024-11-20' +description: 'Short wasmCloud community call featuring an OAuth2 Go Wasm component demo and a wrap-up of KubeCon NA and WasmCon 2024 highlights for the project community.' --- ## Agenda diff --git a/community/2024-11-27-community-meeting.mdx b/community/2024-11-27-community-meeting.mdx index 9ef8e95dc..1b214a710 100644 --- a/community/2024-11-27-community-meeting.mdx +++ b/community/2024-11-27-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-11-27' title: 'Meeting Agenda - 2024-11-27' +description: 'wasmCloud community call covering securing supply chains with SBOMs using syft and grype, a Q4 roadmap check-in, and a recap of WasmCon and KubeCon playlists.' --- ## Agenda diff --git a/community/2024-12-04-community-meeting.mdx b/community/2024-12-04-community-meeting.mdx index f22600175..2da7df178 100644 --- a/community/2024-12-04-community-meeting.mdx +++ b/community/2024-12-04-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-12-04' title: 'Meeting Agenda - 2024-12-04' +description: 'wasmCloud community call demoing builtin-http and builtin-messaging providers for sub-millisecond performance, OTEL trace hierarchy, and host feature flags.' --- ## Agenda diff --git a/community/2024-12-11-community-meeting.mdx b/community/2024-12-11-community-meeting.mdx index c285e704d..b1cf131c8 100644 --- a/community/2024-12-11-community-meeting.mdx +++ b/community/2024-12-11-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-12-11' title: 'Meeting Agenda - 2024-12-11' +description: 'wasmCloud community call demoing a Testbed wasmCloud benchmarking framework, Enzo Nocera''s Leptos WASI 0.2 contribution, and a Q4 roadmap check-in for 2024.' --- ## Agenda diff --git a/community/2024-12-18-community-meeting.mdx b/community/2024-12-18-community-meeting.mdx index 7f7fb5b0f..9e5c9e311 100644 --- a/community/2024-12-18-community-meeting.mdx +++ b/community/2024-12-18-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-12-18' title: 'Meeting Agenda - 2024-12-18' +description: 'wasmCloud community call demoing a Go banking app with GitHub OAuth and embedded UI, a Q4 roadmap check-in, and a heads-up on next week''s holiday meeting slot.' --- import Admonition from '@theme-original/Admonition'; diff --git a/community/2024-12-26-community-meeting.mdx b/community/2024-12-26-community-meeting.mdx index 7f9746c32..ffc6c7119 100644 --- a/community/2024-12-26-community-meeting.mdx +++ b/community/2024-12-26-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2024-12-26' title: 'Meeting Agenda - 2024-12-26' +description: 'Holiday wasmCloud community call discussing reorganizing wasmCloud project templates by language repo plus a Q1 2025 roadmap planning kickoff for the community.' --- ## Agenda diff --git a/community/2025-01-02-community-meeting.mdx b/community/2025-01-02-community-meeting.mdx index 93bc4d957..981fbd984 100644 --- a/community/2025-01-02-community-meeting.mdx +++ b/community/2025-01-02-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-01-02' title: 'Meeting Agenda - 2025-01-02' +description: 'Short wasmCloud community call kicking off 2025 with a wasmCloud CI iteration demo, scheduling the Q1 roadmap session, and Innovation Day summary content.' --- ## Agenda diff --git a/community/2025-01-08-community-meeting.mdx b/community/2025-01-08-community-meeting.mdx index 7de097350..6836fa026 100644 --- a/community/2025-01-08-community-meeting.mdx +++ b/community/2025-01-08-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-01-08' title: 'Meeting Agenda - 2025-01-08' +description: 'wasmCloud community call demoing the wasmCloud/go and wasmCloud/typescript monorepos plus a C2PA content credentials component and Q1 planning kickoff.' --- ## Agenda diff --git a/community/2025-01-15-community-meeting.mdx b/community/2025-01-15-community-meeting.mdx index d50334d57..0ab35616f 100644 --- a/community/2025-01-15-community-meeting.mdx +++ b/community/2025-01-15-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-01-15' title: 'Meeting Agenda - 2025-01-15' +description: 'wasmCloud community call dedicated to Q1 2025 roadmap planning covering wasi-nn, autocompletion, provenance, cronjob providers, and bundling wasmCloud in wash.' --- ## Agenda diff --git a/community/2025-01-22-community-meeting.mdx b/community/2025-01-22-community-meeting.mdx index 48c7fac7c..1fbced1a0 100644 --- a/community/2025-01-22-community-meeting.mdx +++ b/community/2025-01-22-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-01-22' title: 'Meeting Agenda - 2025-01-22' +description: 'wasmCloud community call welcoming new maintainers and demoing embedded wadm and wasmCloud in wash, a new Helm benchmark chart, and the Q1 roadmap walkthrough.' --- ## Agenda diff --git a/community/2025-01-29-community-meeting.mdx b/community/2025-01-29-community-meeting.mdx index 31750dfbf..2ea814e00 100644 --- a/community/2025-01-29-community-meeting.mdx +++ b/community/2025-01-29-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-01-29' title: 'Meeting Agenda - 2025-01-29' +description: 'wasmCloud community call demoing the host supervising capability providers, benchmark data aggregation, the wash 0.38 release, and a Q1 roadmap check-in.' --- ## Agenda diff --git a/community/2025-02-05-community-meeting.mdx b/community/2025-02-05-community-meeting.mdx index f6190a36a..0f1ef77e3 100644 --- a/community/2025-02-05-community-meeting.mdx +++ b/community/2025-02-05-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-02-05' title: 'Meeting Agenda - 2025-02-05' +description: 'wasmCloud community call discussing a wash plugin RFC and a Workload Identity RFC for SPIFFE-based, secret-less authn across hosts, providers, and components.' --- ## Agenda diff --git a/community/2025-02-12-community-meeting.mdx b/community/2025-02-12-community-meeting.mdx index 45e106488..5a230b429 100644 --- a/community/2025-02-12-community-meeting.mdx +++ b/community/2025-02-12-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-02-12' title: 'Meeting Agenda - 2025-02-12' +description: 'wasmCloud community call demoing SPIFFE/SPIRE workload identity, proposing JSONSchema for CloudEvents and structs, and a PR labeler for nicer release notes.' --- ## Agenda diff --git a/community/2025-02-19-community-meeting.mdx b/community/2025-02-19-community-meeting.mdx index 126c79370..98dbda37f 100644 --- a/community/2025-02-19-community-meeting.mdx +++ b/community/2025-02-19-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-02-19' title: 'Meeting Agenda - 2025-02-19' +description: 'Short wasmCloud community call discussing combining wash cli and wash lib crates plus a rollout/rollback RFC for upgrades and updates of wasmCloud applications.' --- ## Agenda diff --git a/community/2025-02-26-community-meeting.mdx b/community/2025-02-26-community-meeting.mdx index 756de7716..f31015049 100644 --- a/community/2025-02-26-community-meeting.mdx +++ b/community/2025-02-26-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-02-26' title: 'Meeting Agenda - 2025-02-26' +description: 'wasmCloud community call demoing custom interface error handling for distributed failures, a KubeCon EU 2025 preview, and a release notes and PR title update.' --- ## Agenda diff --git a/community/2025-03-05-community-meeting.mdx b/community/2025-03-05-community-meeting.mdx index 73ee8e4d4..95c746133 100644 --- a/community/2025-03-05-community-meeting.mdx +++ b/community/2025-03-05-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-03-05' title: 'Meeting Agenda - 2025-03-05' +description: 'Short wasmCloud community call covering the wash-cli and wash-lib consolidation PR plus an update on provenance and attestation work for build pipeline trust.' --- ## Agenda diff --git a/community/2025-03-12-community-meeting.mdx b/community/2025-03-12-community-meeting.mdx index aa76b47cc..b80b07de4 100644 --- a/community/2025-03-12-community-meeting.mdx +++ b/community/2025-03-12-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-03-12' title: 'Meeting Agenda - 2025-03-12' +description: 'wasmCloud community call demoing wadm config reconciliation speedups, completing the wash-cli and wash-lib merge into a single wash crate, and KubeCon EU news.' --- ## Agenda diff --git a/community/2025-03-19-community-meeting.mdx b/community/2025-03-19-community-meeting.mdx index a7a52ba6d..348d67dfa 100644 --- a/community/2025-03-19-community-meeting.mdx +++ b/community/2025-03-19-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-03-19' title: 'Meeting Agenda - 2025-03-19' +description: 'wasmCloud community call demoing WebAssembly composition in wash build with WAC plugs and sockets, a virtual components proposal, and wasi-config feedback.' --- ## Agenda diff --git a/community/2025-03-26-community-meeting.mdx b/community/2025-03-26-community-meeting.mdx index 544b8d605..a3d130e94 100644 --- a/community/2025-03-26-community-meeting.mdx +++ b/community/2025-03-26-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-03-26' title: 'Meeting Agenda - 2025-03-26' +description: 'Short wasmCloud community call with a wasi-config update, a look ahead to WASM I/O and KubeCon EU, and a Q1 roadmap check-in plus Q2 planning preview.' --- ## Agenda diff --git a/community/2025-04-02-community-meeting.mdx b/community/2025-04-02-community-meeting.mdx index 1237d505a..9fd8f0bf6 100644 --- a/community/2025-04-02-community-meeting.mdx +++ b/community/2025-04-02-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-04-02' title: 'Meeting Agenda - 2025-04-02' +description: 'wasmCloud community call streaming live from KubeCon EU 2025 in London with a WasmPay cross-border payments demo and a SPIFFE workload identity talk recap.' --- ## Agenda diff --git a/community/2025-04-09-community-meeting.mdx b/community/2025-04-09-community-meeting.mdx index f9a2efcb0..e1e3f5c7e 100644 --- a/community/2025-04-09-community-meeting.mdx +++ b/community/2025-04-09-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-04-09' title: 'Meeting Agenda - 2025-04-09' +description: 'wasmCloud community call demoing SPIFFE/SPIRE workload identity on Kubernetes plus discussion of WASI compatibility and Helm deployments with multiple NATS.' --- ## Agenda diff --git a/community/2025-04-16-community-meeting.mdx b/community/2025-04-16-community-meeting.mdx index 1bcb63e32..c8f5e7760 100644 --- a/community/2025-04-16-community-meeting.mdx +++ b/community/2025-04-16-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-04-16' title: 'Meeting Agenda - 2025-04-16' +description: 'wasmCloud community call discussing provenance and attestation findings, a demo of NATS compiled to a Wasm P1 module to embed in wash, and Q2 roadmap planning.' --- ## Agenda diff --git a/community/2025-04-23-community-meeting.mdx b/community/2025-04-23-community-meeting.mdx index c4feb4afb..b6ee70b36 100644 --- a/community/2025-04-23-community-meeting.mdx +++ b/community/2025-04-23-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-04-23' title: 'Meeting Agenda - 2025-04-23' +description: 'wasmCloud community call dedicated to Q2 2025 roadmap planning with priorities for HTTP bugs, wash plugins, washboard with wash dev, and XDG directory support.' --- ## Agenda diff --git a/community/2025-04-30-community-meeting.mdx b/community/2025-04-30-community-meeting.mdx index eb3ca8bf7..22c6c7ab4 100644 --- a/community/2025-04-30-community-meeting.mdx +++ b/community/2025-04-30-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-04-30' title: 'Meeting Agenda - 2025-04-30' +description: 'wasmCloud community call demoing Hono on Wasm, component instance saturation metrics, host extension traits, and a statement on proposed CNCF NATS.io changes.' --- ## Agenda diff --git a/community/2025-05-07-community-meeting.mdx b/community/2025-05-07-community-meeting.mdx index 5418b3bc3..3c657e19d 100644 --- a/community/2025-05-07-community-meeting.mdx +++ b/community/2025-05-07-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-05-07' title: 'Meeting Agenda - 2025-05-07' +description: 'Short wasmCloud community call with an update on the joint CNCF/Synadia NATS.io statement, transport-agnostic wRPC plans, and a Q2 2025 roadmap check-in.' --- ## Agenda diff --git a/community/2025-05-14-community-meeting.mdx b/community/2025-05-14-community-meeting.mdx index 648177cd8..fd9b7ffa4 100644 --- a/community/2025-05-14-community-meeting.mdx +++ b/community/2025-05-14-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-05-14' title: 'Meeting Agenda - 2025-05-14' +description: 'wasmCloud community call reviving Docs of the Week with wRPC error handling docs and a TypeScript showcase using the axios HTTP library in Wasm components.' --- ## Agenda diff --git a/community/2025-05-21-community-meeting.mdx b/community/2025-05-21-community-meeting.mdx index d3b30b7ca..fba93d1f0 100644 --- a/community/2025-05-21-community-meeting.mdx +++ b/community/2025-05-21-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-05-21' title: 'Meeting Agenda - 2025-05-21' +description: 'Short wasmCloud community call reflecting on a year of wasmCloud 1.0 with looks ahead to 2.0 plus issue and docs of the week for the WebAssembly platform.' --- ## Agenda diff --git a/community/2025-05-28-community-meeting.mdx b/community/2025-05-28-community-meeting.mdx index 14d8e0203..8828670a8 100644 --- a/community/2025-05-28-community-meeting.mdx +++ b/community/2025-05-28-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-05-28' title: 'Meeting Agenda - 2025-05-28' +description: 'Short wasmCloud community call featuring a wasmtime run with components demo and a Q2 2025 roadmap update for the WebAssembly application platform community.' --- ## Agenda diff --git a/community/2025-06-04-community-meeting.mdx b/community/2025-06-04-community-meeting.mdx index 0442e1888..163920db8 100644 --- a/community/2025-06-04-community-meeting.mdx +++ b/community/2025-06-04-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-06-04' title: 'Meeting Agenda - 2025-06-04' +description: 'Short wasmCloud community call featuring Mike''s architecture for a wasmCloud ETL pipeline platform built on WebAssembly components and capability providers.' --- ## Agenda diff --git a/community/2025-06-11-community-meeting.mdx b/community/2025-06-11-community-meeting.mdx index db669b9ff..9cc141cfe 100644 --- a/community/2025-06-11-community-meeting.mdx +++ b/community/2025-06-11-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-06-11' title: 'Meeting Agenda - 2025-06-11' +description: 'Short wasmCloud community call demoing a drag-and-drop to ETL pipeline workflow on wasmCloud with a consolidated NATS reference doc and Q3 2025 roadmap kickoff.' --- ## Agenda diff --git a/community/2025-06-18-community-meeting.mdx b/community/2025-06-18-community-meeting.mdx index e13a87bb3..575b206ab 100644 --- a/community/2025-06-18-community-meeting.mdx +++ b/community/2025-06-18-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-06-18' title: 'Meeting Agenda - 2025-06-18' +description: 'wasmCloud community call demoing wasmcloud:postgres/transaction support plus a discussion of monorepo trade-offs, Nix actions, and CI complexity for the repo.' --- ## Agenda diff --git a/community/2025-06-25-community-meeting.mdx b/community/2025-06-25-community-meeting.mdx index de4d31cf3..90cf72df2 100644 --- a/community/2025-06-25-community-meeting.mdx +++ b/community/2025-06-25-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-06-25' title: 'Meeting Agenda - 2025-06-25' +description: 'wasmCloud community call featuring Elizabeth Gilbert''s whamm Wasm instrumentation DSL for dynamic analysis and a discussion of flaky tests and PR bankruptcy.' --- ## Agenda diff --git a/community/2025-07-09-community-meeting.mdx b/community/2025-07-09-community-meeting.mdx index d18c36a4d..875be62c9 100644 --- a/community/2025-07-09-community-meeting.mdx +++ b/community/2025-07-09-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-07-09' title: 'Meeting Agenda - 2025-07-09' +description: 'wasmCloud community call for Q3 2025 roadmap planning covering in-process component calls, removing wascap and nkeys, shared providers, and wRPC servers.' --- ## Agenda diff --git a/community/2025-07-16-community-meeting.mdx b/community/2025-07-16-community-meeting.mdx index aaf52a9f5..d56d7ce16 100644 --- a/community/2025-07-16-community-meeting.mdx +++ b/community/2025-07-16-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-07-16' title: 'Meeting Agenda - 2025-07-16' +description: 'wasmCloud community call introducing wash: The Wasm Shell, a leaner plugin-driven CLI for component dev, plus a Q3 roadmap recap for the WebAssembly platform.' --- ## Agenda diff --git a/community/2025-07-23-community-meeting.mdx b/community/2025-07-23-community-meeting.mdx index 35a2e6845..4f294dc8c 100644 --- a/community/2025-07-23-community-meeting.mdx +++ b/community/2025-07-23-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-07-23' title: 'Meeting Agenda - 2025-07-23' +description: 'Short wasmCloud community call demoing the setup-wash-action for GitHub Actions plus clap integration tips for the new wash Wasm Shell CLI for component devs.' --- ## Agenda diff --git a/community/2025-07-30-community-meeting.mdx b/community/2025-07-30-community-meeting.mdx index f70110f2a..2f0943a13 100644 --- a/community/2025-07-30-community-meeting.mdx +++ b/community/2025-07-30-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-07-30' title: 'Meeting Agenda - 2025-07-30' +description: 'Short wasmCloud community call demoing a wash OAuth plugin, the wash contribution path back into wasmCloud, and celebrating 2,000 GitHub stars for the project.' --- ## Agenda diff --git a/community/2025-08-13-community-meeting.mdx b/community/2025-08-13-community-meeting.mdx index 58cadb69e..7866039dc 100644 --- a/community/2025-08-13-community-meeting.mdx +++ b/community/2025-08-13-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-08-13' title: 'Meeting Agenda - 2025-08-13' +description: 'Short wasmCloud community call featuring Yordis on event sourcing with WebAssembly components and Wasm resources for opaque event and command handle types.' --- ## Agenda diff --git a/community/2025-08-20-community-meeting.mdx b/community/2025-08-20-community-meeting.mdx index e320062d5..e3d7e63b4 100644 --- a/community/2025-08-20-community-meeting.mdx +++ b/community/2025-08-20-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-08-20' title: 'Meeting Agenda - 2025-08-20' +description: 'wasmCloud community call covering a good first issues blog, the wash 1.0 beta Wasm Shell release, the setup-wash GitHub Action, and the wasmCloud 1.9 release.' --- ## Agenda diff --git a/community/2025-09-03-community-meeting.mdx b/community/2025-09-03-community-meeting.mdx index 98f9d7cfa..47c1949a4 100644 --- a/community/2025-09-03-community-meeting.mdx +++ b/community/2025-09-03-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-09-03' title: 'Meeting Agenda - 2025-09-03' +description: 'wasmCloud community call discussing in-process component-to-component calls for sub-microsecond latency, reducing host API surface, and wash CLI completions.' --- ## Agenda diff --git a/community/2025-09-10-community-meeting.mdx b/community/2025-09-10-community-meeting.mdx index c97c353a9..55724b3a4 100644 --- a/community/2025-09-10-community-meeting.mdx +++ b/community/2025-09-10-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-09-10' title: 'Meeting Agenda - 2025-09-10' +description: 'Short wasmCloud community call with a status update on the Q3 2025 roadmap and a look ahead to Q4 planning for the WebAssembly application platform community.' --- ## Agenda diff --git a/community/2025-09-17-community-meeting.mdx b/community/2025-09-17-community-meeting.mdx index e3fda3ad4..661a62594 100644 --- a/community/2025-09-17-community-meeting.mdx +++ b/community/2025-09-17-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-09-17' title: 'Meeting Agenda - 2025-09-17' +description: 'wasmCloud community call presenting the consolidated wasmcloud crate, a simplified workload-based Host API, host plugins for built-ins, and wasmCloud next.' --- ## Agenda diff --git a/community/2025-09-24-community-meeting.mdx b/community/2025-09-24-community-meeting.mdx index 158ad2bd5..b419067a6 100644 --- a/community/2025-09-24-community-meeting.mdx +++ b/community/2025-09-24-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-09-24' title: 'Meeting Agenda - 2025-09-24' +description: 'Short wasmCloud community call covering setup-wash-action enhancements, wash good first issues, and a new Kubernetes runtime-operator on the Workload API.' --- ## Agenda diff --git a/community/2025-10-01-community-meeting.mdx b/community/2025-10-01-community-meeting.mdx index c415b09e2..7e3bf8f55 100644 --- a/community/2025-10-01-community-meeting.mdx +++ b/community/2025-10-01-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-10-01' title: 'Meeting Agenda - 2025-10-01' +description: 'Short wasmCloud community call presenting a GitHub Actions toolkit for wash with attestations, a wash non-interactive mode, and volume mounts for wash plugins.' --- ## Agenda diff --git a/community/2025-10-08-community-meeting.mdx b/community/2025-10-08-community-meeting.mdx index f89f4fda8..6ac9e3530 100644 --- a/community/2025-10-08-community-meeting.mdx +++ b/community/2025-10-08-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-10-08' title: 'Meeting Agenda - 2025-10-08' +description: 'wasmCloud community call demoing a TypeScript MCP server component, an OpenAPI-to-MCP wash plugin, StarlingMonkey for JS in Wasm, and Q3/Q4 roadmap planning.' --- ## Agenda diff --git a/community/2025-10-22-community-meeting.mdx b/community/2025-10-22-community-meeting.mdx index c4492068b..3d370b59f 100644 --- a/community/2025-10-22-community-meeting.mdx +++ b/community/2025-10-22-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-10-22' title: 'Meeting Agenda - 2025-10-22' +description: 'wasmCloud community call demoing wasmCP for composing MCP tooling across Rust, Python, and TypeScript plus the new long-running wasmCloud services concept.' --- ## Agenda diff --git a/community/2025-10-29-community-meeting.mdx b/community/2025-10-29-community-meeting.mdx index 0b7c3c1b7..7583a4f1f 100644 --- a/community/2025-10-29-community-meeting.mdx +++ b/community/2025-10-29-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-10-29' title: 'Meeting Agenda - 2025-10-29' +description: 'Short wasmCloud community call announcing the new CNCF community calendar, demoing the openapi2mcp Wasm Shell plugin, and a WASI P3 JCO async progress update.' --- ## Agenda diff --git a/community/2025-11-05-community-meeting.mdx b/community/2025-11-05-community-meeting.mdx index 793945e95..8aadab641 100644 --- a/community/2025-11-05-community-meeting.mdx +++ b/community/2025-11-05-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-11-05' title: 'Meeting Agenda - 2025-11-05' +description: 'wasmCloud community call demoing the wasmCloud v2 next host with Kubernetes runtime operator orchestration, the road to v2.0.0-rc1, and a WASI P3 update.' --- ## Agenda diff --git a/community/2025-11-12-community-meeting.mdx b/community/2025-11-12-community-meeting.mdx index b00c683c8..b548baa63 100644 --- a/community/2025-11-12-community-meeting.mdx +++ b/community/2025-11-12-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-11-12' title: 'Meeting Agenda - 2025-11-12' +description: 'Short wasmCloud community call for the weekly project check-in covering ongoing wasmCloud v2 work, WebAssembly ecosystem updates, and community contributions.' --- ## Agenda diff --git a/community/2025-11-19-community-meeting.mdx b/community/2025-11-19-community-meeting.mdx index b9444e262..7bddd2661 100644 --- a/community/2025-11-19-community-meeting.mdx +++ b/community/2025-11-19-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-11-19' title: 'Meeting Agenda - 2025-11-19' +description: 'wasmCloud community call demoing the v2 Helm install on Kubernetes, a new v2 HTTP implementation in wash, plus Wasmtime 38 to 40 progress for WASI P3 alignment.' --- ## Agenda diff --git a/community/2025-11-26-community-meeting.mdx b/community/2025-11-26-community-meeting.mdx index 67ae45e9e..ad6da6045 100644 --- a/community/2025-11-26-community-meeting.mdx +++ b/community/2025-11-26-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-11-26' title: 'Meeting Agenda - 2025-11-26' +description: 'Short wasmCloud community call covering wasmCloud V2 docs updates with a V1 to V2 migration guide, modern C++ wit-http bindings, and gRPC/protobuf integration.' --- ## Agenda diff --git a/community/2025-12-03-community-meeting.mdx b/community/2025-12-03-community-meeting.mdx index 0b769c72d..d2a430a13 100644 --- a/community/2025-12-03-community-meeting.mdx +++ b/community/2025-12-03-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-12-03' title: 'Meeting Agenda - 2025-12-03' +description: 'Short wasmCloud community call demoing the new wasmCloud v2 services concept for stateful long-running workloads alongside the new WASI monorepo move.' --- ## Agenda diff --git a/community/2025-12-10-community-meeting.mdx b/community/2025-12-10-community-meeting.mdx index af7352207..843fae58d 100644 --- a/community/2025-12-10-community-meeting.mdx +++ b/community/2025-12-10-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-12-10' title: 'Meeting Agenda - 2025-12-10' +description: 'Short wasmCloud community call demoing VolumeMounts in wasmCloud v2, an HTTP Ingress discussion, and config changes for the WebAssembly application platform.' --- ## Agenda diff --git a/community/2025-12-17-community-meeting.mdx b/community/2025-12-17-community-meeting.mdx index 7061ddd25..6774ceb9e 100644 --- a/community/2025-12-17-community-meeting.mdx +++ b/community/2025-12-17-community-meeting.mdx @@ -1,6 +1,7 @@ --- date: '2025-12-17' title: 'Meeting Agenda - 2025-12-17 - wasmCloud v2 RC5 Update' +description: 'wasmCloud community call on the v2 RC5 release with a refactored wash new from git URL templates, the Linux Foundation Agentic AI Foundation, and 2025 wrap-up.' --- import YouTube from 'react-player/youtube'; diff --git a/community/2026-01-07-community-meeting-transcript.mdx b/community/2026-01-07-community-meeting-transcript.mdx index 23644775b..459f8b745 100644 --- a/community/2026-01-07-community-meeting-transcript.mdx +++ b/community/2026-01-07-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-07' title: 'Transcript: Path to wasmCloud v2 — RC6 Plan, gRPC, P2→P3 WIT Translator & WIT Map Support' -description: 'Full transcript of the January 7, 2026 wasmCloud community call covering the RC6 plan, gRPC outbound as default, ossfellow''s P2→P3 WIT translator, and Yordis''s WIT map support work.' +description: 'Full transcript of the January 7, 2026 wasmCloud community call covering the RC6 plan, an LLM P2 to P3 WIT translator, and WIT map support in wasm-tools.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-07-community-meeting.mdx b/community/2026-01-07-community-meeting.mdx index df31f89fe..b1afc7824 100644 --- a/community/2026-01-07-community-meeting.mdx +++ b/community/2026-01-07-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-07' title: 'Path to wasmCloud v2: RC6 Plan, gRPC, P2→P3 WIT Translator & WIT Map Support' -description: 'wasmCloud community call covering the path to wasmCloud v2 RC6: validating open PRs, NATS authentication, Kubernetes workload IDs, in-memory Blobstore/KV in wash dev, ossfellow''s LLM-driven P2→P3 WIT translator, and Yordis Prieto landing WIT map support in wasm-tools.' +description: 'wasmCloud community call covering the path to v2 RC6, an LLM-driven P2 to P3 WIT translator, and WIT map support landing in wasm-tools.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-14-community-meeting-transcript.mdx b/community/2026-01-14-community-meeting-transcript.mdx index a677de3e3..21b10814b 100644 --- a/community/2026-01-14-community-meeting-transcript.mdx +++ b/community/2026-01-14-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-14' title: 'Transcript: Blobby UI Demo, wash build/dev Project Inference & v2 Service/Component Workloads' -description: 'Full transcript of the January 14, 2026 wasmCloud community call covering the Blobby UI demo, project inference changes in wash build/dev, persistent dev-loop storage plans, and the v2 Quick Start docs.' +description: 'Full transcript of the January 14, 2026 wasmCloud community call covering the Blobby UI demo, project inference in wash build/dev, and v2 Quick Start docs.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-14-community-meeting.mdx b/community/2026-01-14-community-meeting.mdx index 3e339d74d..10ca0add2 100644 --- a/community/2026-01-14-community-meeting.mdx +++ b/community/2026-01-14-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-14' title: 'Blobby UI Demo, wash build/dev Project Inference & v2 Service/Component Workloads' -description: 'wasmCloud community call covering Lucas Fontes'' Blobby UI demo, the move from implicit to explicit project inference in wash build/dev with custom build commands and environment variable interpolation, persistent dev-loop storage plans, and the new v2 Quick Start docs.' +description: 'wasmCloud community call covering the Blobby UI demo, explicit project inference in wash build/dev with custom commands, and the new v2 Quick Start docs.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-21-community-meeting-transcript.mdx b/community/2026-01-21-community-meeting-transcript.mdx index a9d62a35b..deab2e961 100644 --- a/community/2026-01-21-community-meeting-transcript.mdx +++ b/community/2026-01-21-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-21' title: 'Transcript: wash RC6 — Persistent Blobstore, Virtual TCP Loopback & The Path to wasmCloud v2' -description: 'Full transcript of the January 21, 2026 wasmCloud community call covering the wash RC6 release: persistent Blobstore/KV, virtual TCP loopback, the QR code example, and the three items remaining before v2.' +description: 'Full transcript of the January 21, 2026 wasmCloud community call covering the wash RC6 release with persistent Blobstore/KV and virtual TCP loopback.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-21-community-meeting.mdx b/community/2026-01-21-community-meeting.mdx index 819699be7..9662406dd 100644 --- a/community/2026-01-21-community-meeting.mdx +++ b/community/2026-01-21-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-21' title: 'wash RC6: Persistent Blobstore, Virtual TCP Loopback & The Path to wasmCloud v2' -description: 'wasmCloud community call covering wash RC6 — one of the largest release candidates yet — with filesystem-backed Blobstore/KV, virtual TCP loopback between components, a new QR code generator example, and the three remaining issues before the v2 release: Kubernetes identifier, NATS authentication, and gRPC-aware HTTP.' +description: 'wasmCloud community call covering wash RC6 with filesystem-backed Blobstore/KV, virtual TCP loopback between components, and the path to v2.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-28-community-meeting-transcript.mdx b/community/2026-01-28-community-meeting-transcript.mdx index a7c84d71c..e15745646 100644 --- a/community/2026-01-28-community-meeting-transcript.mdx +++ b/community/2026-01-28-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-28' title: 'Transcript: wasmCloud v2 RC7 OTel Demo, Ten Years of Wasm & WASI Socket Forking' -description: 'Full transcript of the January 28, 2026 wasmCloud community call covering the RC7 OpenTelemetry host plumbing demo, the ten-years-of-Wasm retrospective, and the wasmtime-wasi socket fork.' +description: 'Full transcript of the January 28, 2026 wasmCloud call covering the RC7 OpenTelemetry demo, a ten-years-of-Wasm retrospective, and socket forking.' keywords: - wasmcloud - webassembly diff --git a/community/2026-01-28-community-meeting.mdx b/community/2026-01-28-community-meeting.mdx index 021fbc8e7..9ee4c2f56 100644 --- a/community/2026-01-28-community-meeting.mdx +++ b/community/2026-01-28-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-01-28' title: 'wasmCloud v2 RC7 OTel Demo, Ten Years of Wasm Retrospective & WASI Socket Forking' -description: 'wasmCloud community call covering Lucas Fontes'' RC7 OpenTelemetry host plumbing demo with Aspire (local and Kubernetes), Eric''s Ten Years of WebAssembly retrospective, and the wasmtime-wasi socket forking story behind wasmCloud''s service feature.' +description: 'wasmCloud community call covering the RC7 OpenTelemetry host plumbing demo with Aspire, a Ten Years of WebAssembly retrospective, and WASI socket forking.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-04-community-meeting-transcript.mdx b/community/2026-02-04-community-meeting-transcript.mdx index 3c703315e..9da900059 100644 --- a/community/2026-02-04-community-meeting-transcript.mdx +++ b/community/2026-02-04-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-04' title: 'Transcript: TypeScript Templates, Component Interposition Middleware & A C-Advisor for WebAssembly' -description: 'Full transcript of the February 4, 2026 wasmCloud community call covering TypeScript template conventions, Elizabeth Gilbert''s component-interposition demo, Marcin Ziółkowski''s C-advisor work, and v2 RC7 status.' +description: 'Full transcript of the February 4, 2026 wasmCloud community call covering TypeScript template conventions, a component-interposition demo, and v2 RC7.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-04-community-meeting.mdx b/community/2026-02-04-community-meeting.mdx index ac33aae9b..655c530c7 100644 --- a/community/2026-02-04-community-meeting.mdx +++ b/community/2026-02-04-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-04' title: 'TypeScript Templates, Component Interposition Middleware & A C-Advisor for WebAssembly' -description: 'wasmCloud community call covering Eric''s TypeScript template conventions for v2, Elizabeth Gilbert''s WASI P3 component-interposition middleware demo, Marcin Ziółkowski''s C-advisor for WebAssembly resource measurement, plus v2 RC7 and the wasmCloud repo reconciliation plan.' +description: 'wasmCloud community call covering TypeScript template conventions for v2, a WASI P3 component-interposition demo, and a C-advisor for WebAssembly.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-11-community-meeting-transcript.mdx b/community/2026-02-11-community-meeting-transcript.mdx index a24370f6c..3d66f940e 100644 --- a/community/2026-02-11-community-meeting-transcript.mdx +++ b/community/2026-02-11-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-11' title: 'Transcript: WASI OTel Host Plugin Demo, TypeScript Templates & v2 Service Docs' -description: 'Full transcript of the February 11, 2026 wasmCloud community call covering the WASI OTel host plugin demo, TypeScript templates, expanded service docs, and WASI P3 progress.' +description: 'Full transcript of the February 11, 2026 wasmCloud community call covering the WASI OTel host plugin demo, TypeScript templates, and WASI P3 progress.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-11-community-meeting.mdx b/community/2026-02-11-community-meeting.mdx index 05a257fa2..4adc5ca93 100644 --- a/community/2026-02-11-community-meeting.mdx +++ b/community/2026-02-11-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-11' title: 'WASI OTel Host Plugin Demo, TypeScript Templates & v2 Service Docs' -description: 'wasmCloud community call covering Jeremy''s WASI OTel host plugin live demo with Aspire, Eric''s new TypeScript HTTP templates with KV and Blobstore backends, expanded service and custom-host documentation, and WASI 0.2.10 plus P3 release-candidate progress.' +description: 'wasmCloud community call covering a WASI OTel host plugin demo with Aspire, new TypeScript HTTP templates with KV and Blobstore, and WASI P3 RC progress.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-18-community-meeting-transcript.mdx b/community/2026-02-18-community-meeting-transcript.mdx index 3aa5b7686..456813932 100644 --- a/community/2026-02-18-community-meeting-transcript.mdx +++ b/community/2026-02-18-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-18' title: 'Transcript: wasmCloud v2 Templates with TCP Sockets, Excalidraw Tooling & WASI P3 Update' -description: 'Full transcript of the February 18, 2026 wasmCloud community call covering v2 templates with TCP socket support, Excalidraw diagram tooling, WASI P3 progress, and the Plumbers Summit preview.' +description: 'Full transcript of the February 18, 2026 wasmCloud community call covering v2 templates with TCP sockets, Excalidraw tooling, and WASI P3 progress.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-18-community-meeting.mdx b/community/2026-02-18-community-meeting.mdx index 4ac3d21a5..0b749c7d7 100644 --- a/community/2026-02-18-community-meeting.mdx +++ b/community/2026-02-18-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-18' title: 'wasmCloud v2 Templates with TCP Sockets, Excalidraw Tooling & WASI P3 Update' -description: 'wasmCloud community call covering Lucas Fontes'' v2 templates with TCP socket binding and per-workload localhost, Eric''s Excalidraw diagram tooling PR with a Claude skill, WASI P3 release-candidate progress, and a preview of the Bytecode Alliance Plumbers Summit.' +description: 'wasmCloud community call covering v2 templates with TCP socket binding and per-workload localhost, Excalidraw diagram tooling, and WASI P3 RC progress.' keywords: - wasmcloud - webassembly diff --git a/community/2026-02-25-community-meeting.mdx b/community/2026-02-25-community-meeting.mdx index 6518841c7..f42816a70 100644 --- a/community/2026-02-25-community-meeting.mdx +++ b/community/2026-02-25-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-02-25' title: 'Lightweight wasmCloud Wednesday: Bytecode Alliance Plumbers Summit Co-Host' -description: 'Very short wasmCloud Wednesday on February 25, 2026 — Liam Randall points the community to the concurrent Bytecode Alliance Plumbers Summit live stream and previews Wasm I/O and KubeCon EU.' +description: 'A short wasmCloud Wednesday pointing the community to the concurrent Bytecode Alliance Plumbers Summit live stream, with Wasm I/O and KubeCon EU previews.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-04-community-meeting-transcript.mdx b/community/2026-03-04-community-meeting-transcript.mdx index 2167bd02e..0438002ef 100644 --- a/community/2026-03-04-community-meeting-transcript.mdx +++ b/community/2026-03-04-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-04' title: 'Transcript: Bytecode Alliance Summit Recap, Named Interfaces & wasmCloud v2 Plugin Simplification' -description: 'Full transcript of the March 4, 2026 wasmCloud community call covering the Bytecode Alliance Summit, named interfaces, wash CLI plugin simplification, and the v2 repo migration.' +description: 'Full transcript of the March 4, 2026 wasmCloud community call covering the Bytecode Alliance Summit, named interfaces, and wash CLI plugin simplification.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-04-community-meeting.mdx b/community/2026-03-04-community-meeting.mdx index d83a52abe..deea3a715 100644 --- a/community/2026-03-04-community-meeting.mdx +++ b/community/2026-03-04-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-04' title: 'Bytecode Alliance Summit Recap, Named Interfaces & wasmCloud v2 Plugin Simplification' -description: 'wasmCloud community call covering the Bytecode Alliance Summit road-to-1.0 talks, the new named interfaces feature for wasmCloud v2, the wash CLI plugin system simplification, and the repo migration plan for the v2 release.' +description: 'wasmCloud community call covering Bytecode Alliance Summit road-to-1.0 talks, the new named interfaces feature for v2, and wash plugin simplification.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-11-community-meeting-transcript.mdx b/community/2026-03-11-community-meeting-transcript.mdx index beae57b6b..77d9a86f1 100644 --- a/community/2026-03-11-community-meeting-transcript.mdx +++ b/community/2026-03-11-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-11' title: 'Transcript: Couchbase Host Plugin Demo, Repo Reorganization & wasmCloud v2 RC8' -description: 'Full transcript of the March 11, 2026 wasmCloud Wednesday covering the Couchbase host plugin demo, repo reorganization, v2 RC8 progress, and the new v2 templates and examples page.' +description: 'Full transcript of the March 11, 2026 wasmCloud Wednesday covering the Couchbase host plugin demo, repo reorganization, and v2 RC8 progress.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-11-community-meeting.mdx b/community/2026-03-11-community-meeting.mdx index 99a1cb975..df6cf5017 100644 --- a/community/2026-03-11-community-meeting.mdx +++ b/community/2026-03-11-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-11' title: 'Couchbase Host Plugin Demo, Repo Reorganization & wasmCloud v2 RC8' -description: 'wasmCloud community call covering Jeremy''s Couchbase host plugin demo, the monorepo reorganization moving wash into the main wasmCloud repo, and the v2 release candidate 8 with the final fuel-tracking feature and Wasmtime 42.' +description: 'wasmCloud community call covering a Couchbase host plugin demo, the monorepo reorganization moving wash into the main repo, and v2 RC8 with fuel tracking.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-18-community-meeting-transcript.mdx b/community/2026-03-18-community-meeting-transcript.mdx index 580e45e90..60527cbad 100644 --- a/community/2026-03-18-community-meeting-transcript.mdx +++ b/community/2026-03-18-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-18' title: 'Transcript: wasmCloud v2 Pre-Launch, StarlingMonkey, componentize-js Rewrite & JCO P3 Streams' -description: 'Full transcript of the March 18, 2026 wasmCloud Wednesday with deep dive on the JavaScript ecosystem: StarlingMonkey, componentize-js, componentize-qjs, JCO streams, and a JavaScript-based WebAssembly host.' +description: 'Full transcript of the March 18, 2026 wasmCloud Wednesday with a deep dive on the JavaScript ecosystem: StarlingMonkey, componentize-js, and JCO streams.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-18-community-meeting.mdx b/community/2026-03-18-community-meeting.mdx index cd996183c..71ca9e13a 100644 --- a/community/2026-03-18-community-meeting.mdx +++ b/community/2026-03-18-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-18' title: 'wasmCloud v2 Pre-Launch, StarlingMonkey, componentize-js Rewrite & JCO P3 Streams' -description: 'wasmCloud community call covering the imminent v2 release cut at Wasm I/O Barcelona, a new StarlingMonkey release with Weval re-enabled, the componentize-js Rust rewrite using wit-dylib, componentize-qjs with QuickJS-NG, JCO streams support, and a JavaScript-based component-model host.' +description: 'wasmCloud community call covering the imminent v2 release at Wasm I/O Barcelona, the componentize-js Rust rewrite with wit-dylib, and JCO P3 streams.' keywords: - wasmcloud - webassembly diff --git a/community/2026-03-25-community-meeting.mdx b/community/2026-03-25-community-meeting.mdx index 1bcf4bed6..210ca3c75 100644 --- a/community/2026-03-25-community-meeting.mdx +++ b/community/2026-03-25-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-03-25' title: 'wasmCloud v2.0.1 Released, KubeCon EU & Wasmcon Recap' -description: 'A short wasmCloud Wednesday from KubeCon EU Amsterdam: Jeremy Fleitz announces the v2.0.1 release with the new docs site live, plus a quick update on the booth and WebAssembly''s rising profile at the conference.' +description: 'A short wasmCloud Wednesday from KubeCon EU Amsterdam announcing the v2.0.1 release with the new docs site live, plus a booth update from the conference.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-01-community-meeting-transcript.mdx b/community/2026-04-01-community-meeting-transcript.mdx index 63aca07f9..344847a05 100644 --- a/community/2026-04-01-community-meeting-transcript.mdx +++ b/community/2026-04-01-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-01' title: 'Transcript: wasmCloud v2 Launch, Pod Finalizer Demo, WASI P3 Q2 Planning & Cooperative Threads' -description: 'Full transcript of the April 1, 2026 wasmCloud community call covering Jeremy''s pod finalizer demo, v2 scheduling architecture, WASI P3 Q2 planning, Tokio/Mio WASI support, JCO progress, and KubeCon takeaways.' +description: 'Full transcript of the April 1, 2026 wasmCloud community call covering a pod finalizer demo, v2 scheduling architecture, and WASI P3 Q2 planning.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-01-community-meeting.mdx b/community/2026-04-01-community-meeting.mdx index a5bd9dba1..720b06323 100644 --- a/community/2026-04-01-community-meeting.mdx +++ b/community/2026-04-01-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-01' title: 'wasmCloud v2 Launch, Pod Finalizer Demo, WASI P3 Q2 Planning & Cooperative Threads' -description: 'wasmCloud community call covering Jeremy''s pod finalizer demo cutting reconciliation from 2 minutes to 4 seconds, the wasmCloud v2 launch, WASI P3 Q2 planning, JCO reference implementation, cooperative threads in LLVM, and KubeCon/Wasm IO takeaways.' +description: 'wasmCloud community call covering a pod finalizer demo cutting reconciliation from 2 minutes to 4 seconds, the v2 launch, and WASI P3 Q2 planning.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-08-community-meeting-transcript.mdx b/community/2026-04-08-community-meeting-transcript.mdx index 46bdadddd..ebb948ac6 100644 --- a/community/2026-04-08-community-meeting-transcript.mdx +++ b/community/2026-04-08-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-08' title: 'Transcript: Q2 Roadmap Planning - Componentize the World, WASI P3, Multipath Routing & MCP Sandboxing' -description: 'Full transcript of the April 8, 2026 wasmCloud Q2 roadmap planning session, covering componentize-the-world, sandboxing MCP, multipath routing, named interfaces, and a richer cron job provider.' +description: 'Full transcript of the April 8, 2026 wasmCloud Q2 roadmap planning session covering componentize-the-world, MCP sandboxing, and multipath routing.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-08-community-meeting.mdx b/community/2026-04-08-community-meeting.mdx index acee2d92c..bc355db99 100644 --- a/community/2026-04-08-community-meeting.mdx +++ b/community/2026-04-08-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-08' title: 'Q2 Roadmap Planning: Componentize the World, WASI P3, Multipath Routing & MCP Sandboxing' -description: 'wasmCloud Q2 roadmap planning session covering component ecosystem priorities, WASI P3 readiness, sandboxing MCP workloads, multipath routing, named interfaces, and a richer cron job provider.' +description: 'wasmCloud Q2 roadmap planning session covering component ecosystem priorities, WASI P3 readiness, MCP sandboxing, and multipath routing.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-15-community-meeting-transcript.mdx b/community/2026-04-15-community-meeting-transcript.mdx index 61987e393..860890ad1 100644 --- a/community/2026-04-15-community-meeting-transcript.mdx +++ b/community/2026-04-15-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-15' title: 'Transcript: WASI P3 Roadmap, wasmCloud Secrets Plugin & NATS Messaging Interface' -description: 'Full transcript of the April 15, 2026 wasmCloud community call covering the Q2 roadmap with WASI P3 support, wasmCloud secrets plugin, HTTP routing, and NATS messaging interface proposal.' +description: 'Full transcript of the April 15, 2026 wasmCloud community call covering the Q2 roadmap with WASI P3 support, the secrets plugin, and a NATS interface.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-15-community-meeting.mdx b/community/2026-04-15-community-meeting.mdx index 889b72c44..c7bf96eec 100644 --- a/community/2026-04-15-community-meeting.mdx +++ b/community/2026-04-15-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-15' title: 'WASI P3 Roadmap, wasmCloud Secrets Plugin & NATS Messaging Interface' -description: 'wasmCloud community call covering the Q2 roadmap with full WASI P3 wasm component model support, the new wasmCloud secrets plugin with typed declarative resources, HTTP routing via External ID, and a proposed NATS-specific WIT interface.' +description: 'wasmCloud community call covering the Q2 roadmap with full WASI P3 support, the new secrets plugin with typed resources, and a NATS-specific WIT interface.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-22-community-meeting-transcript.mdx b/community/2026-04-22-community-meeting-transcript.mdx index 6e461eabd..894e54e90 100644 --- a/community/2026-04-22-community-meeting-transcript.mdx +++ b/community/2026-04-22-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-22' title: 'Transcript: WASI WebGPU Demo, Train Release Model, HTTP Reuse & NATS Interface Proposal' -description: 'Full transcript of the April 22, 2026 wasmCloud community call covering WASI WebGPU, the train release model, HTTP reuse benchmarks, component composition, and the NATS WIT interface proposal.' +description: 'Full transcript of the April 22, 2026 wasmCloud community call covering WASI WebGPU, the train release model, and the NATS WIT interface proposal.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-22-community-meeting.mdx b/community/2026-04-22-community-meeting.mdx index a9cc066e8..26bdfcd88 100644 --- a/community/2026-04-22-community-meeting.mdx +++ b/community/2026-04-22-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-22' title: 'WASI WebGPU Demo, Train Release Model, HTTP Reuse & NATS Interface Proposal' -description: 'wasmCloud community call covering Colin Murphy''s WASI WebGPU demo, a two-week automated train release model, HTTP reuse benchmarks, component composition for workload deploys, and a NATS-native WIT interface proposal.' +description: 'wasmCloud community call covering a WASI WebGPU demo, a two-week automated train release model, and a NATS-native WIT interface proposal.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-29-community-meeting-transcript.mdx b/community/2026-04-29-community-meeting-transcript.mdx index d4954f3b3..945b7a3ee 100644 --- a/community/2026-04-29-community-meeting-transcript.mdx +++ b/community/2026-04-29-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-29' title: 'Transcript: Template Refactor, Workload Config & Environment Variables, WASI TLS' -description: 'Full transcript of the April 29, 2026 wasmCloud community call covering Rust and TypeScript template refactoring, workload configuration for environment variables and secrets, microbenchmarking, WASI TLS, and host component plugins.' +description: 'Full transcript of the April 29, 2026 wasmCloud community call covering template refactoring, workload config for env vars and secrets, and WASI TLS.' keywords: - wasmcloud - webassembly diff --git a/community/2026-04-29-community-meeting.mdx b/community/2026-04-29-community-meeting.mdx index e8bf2b44d..910358eb3 100644 --- a/community/2026-04-29-community-meeting.mdx +++ b/community/2026-04-29-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-04-29' title: 'Template Refactor, Workload Config & Environment Variables, WASI TLS' -description: 'wasmCloud community call covering Rust and TypeScript template refactoring with handler terminology, workload configuration for environment variables and secrets, microbenchmarking infrastructure, WASI TLS proposal, and host component plugin architecture.' +description: 'wasmCloud community call covering Rust and TypeScript template refactoring, workload config for env vars and secrets, and the WASI TLS proposal.' keywords: - wasmcloud - webassembly diff --git a/community/2026-05-06-community-meeting-transcript.mdx b/community/2026-05-06-community-meeting-transcript.mdx index 97090ed59..ed0a13bdd 100644 --- a/community/2026-05-06-community-meeting-transcript.mdx +++ b/community/2026-05-06-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-05-06' title: 'Transcript: WebGPU Demos, Namespace-Level Hosts & MySQL Connection Pooling' -description: 'Full transcript of the May 6, 2026 wasmCloud community call covering WebGPU demos with TensorFlow.js, namespace-scoped Kubernetes hosts, workload configuration, and WASI socket connection pooling.' +description: 'Full transcript of the May 6, 2026 wasmCloud community call covering WebGPU demos with TensorFlow.js, namespace-scoped hosts, and WASI socket pooling.' keywords: - wasmcloud - webassembly diff --git a/community/2026-05-06-community-meeting.mdx b/community/2026-05-06-community-meeting.mdx index 521e9e73f..e97921403 100644 --- a/community/2026-05-06-community-meeting.mdx +++ b/community/2026-05-06-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-05-06' title: 'WebGPU Demos, Namespace-Level Hosts & MySQL Connection Pooling' -description: 'wasmCloud community call featuring WebGPU demos with TensorFlow.js and GPU compute, namespace-scoped Kubernetes host deployment, workload config with secrets, and WASI socket-based MySQL connection pooling.' +description: 'wasmCloud community call featuring WebGPU demos with TensorFlow.js, namespace-scoped Kubernetes hosts, and WASI socket-based MySQL connection pooling.' keywords: - wasmcloud - webassembly diff --git a/community/2026-05-13-community-meeting-transcript.mdx b/community/2026-05-13-community-meeting-transcript.mdx index 2634dcaca..0ce7961f6 100644 --- a/community/2026-05-13-community-meeting-transcript.mdx +++ b/community/2026-05-13-community-meeting-transcript.mdx @@ -1,7 +1,7 @@ --- date: '2026-05-13' title: 'Transcript: wasmCloud CI Hardening, Cache Pre-Compilation & Benchmarking' -description: 'Full transcript of the May 13, 2026 wasmCloud community call covering CI security hardening, cache artifact pre-compilation, Cranelift vs Pulley benchmarks, and the "Are We Fast Yet?" performance dashboard.' +description: 'Full transcript of the May 13, 2026 wasmCloud call covering CI security hardening, cache pre-compilation, and the "Are We Fast Yet?" dashboard.' keywords: - wasmcloud - webassembly diff --git a/community/2026-05-13-community-meeting.mdx b/community/2026-05-13-community-meeting.mdx index 38bc46876..c0488dc2e 100644 --- a/community/2026-05-13-community-meeting.mdx +++ b/community/2026-05-13-community-meeting.mdx @@ -1,7 +1,7 @@ --- date: '2026-05-13' title: 'wasmCloud CI Hardening, Cache Pre-Compilation & Benchmarking' -description: 'wasmCloud community call covering CI security hardening with zizmor, OCI artifact publishing, cache artifact pre-compilation pipeline, Cranelift vs Pulley benchmarks, and the new "Are We Fast Yet?" performance dashboard.' +description: 'wasmCloud community call covering CI security hardening with zizmor, cache artifact pre-compilation, and the new "Are We Fast Yet?" performance dashboard.' keywords: - wasmcloud - webassembly diff --git a/docs/contributing/contributing-guide.mdx b/docs/contributing/contributing-guide.mdx index d105fca20..758802675 100644 --- a/docs/contributing/contributing-guide.mdx +++ b/docs/contributing/contributing-guide.mdx @@ -1,11 +1,15 @@ --- -title: "Contributing Guide" +title: 'Contributing Guide — wasmCloud Development' +hide_title: true +sidebar_label: 'Contributing Guide' icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: "How to make contributions" +description: 'How to contribute to wasmCloud — development workflow, repository structure, code style, DCO requirements, and submitting your first pull request.' sidebar_position: 1 type: 'docs' --- +# Contributing Guide + wasmCloud projects accept contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted. diff --git a/docs/contributing/documentation.mdx b/docs/contributing/documentation.mdx index 0970af50b..fa765d7bf 100644 --- a/docs/contributing/documentation.mdx +++ b/docs/contributing/documentation.mdx @@ -1,7 +1,8 @@ --- -title: "Documentation" +title: 'Documentation Contribution Guide' +sidebar_label: 'Documentation' icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'How to contribute to documentation' +description: 'Contribute to wasmCloud documentation — local setup, style guide, MDX conventions, and how to submit doc changes via pull request on GitHub.' sidebar_position: 2 type: 'docs' --- diff --git a/docs/contributing/index.mdx b/docs/contributing/index.mdx index 3d94aa78e..70bdab27c 100644 --- a/docs/contributing/index.mdx +++ b/docs/contributing/index.mdx @@ -1,8 +1,12 @@ --- -title: "Contributing" +title: 'Contributing to wasmCloud — Get Involved' +hide_title: true toc_max_heading_level: 2 +description: 'Get involved with wasmCloud — contribute code, improve docs, attend community meetings, and help build the leading WebAssembly application platform.' --- +# Contributing + ### wasmCloud is a community-driven project and welcomes contributions of all kinds. This page explains how to get started as a contributor. For information on project roles, community meetings, and more, see [Governance](../governance.mdx). @@ -19,4 +23,4 @@ Contribute to the wasmCloud codebase, which can be found in the [`wasmCloud/wasm Contribute to this documentation site. The site is built with [Docusaurus](https://docusaurus.io/) and you can find the source code in the [`wasmCloud/wasmcloud.com`](https://github.com/wasmCloud/wasmcloud.com) repository. -Contribute Documentation \ No newline at end of file +Contribute Documentation diff --git a/docs/examples.mdx b/docs/examples.mdx index 307ea0ede..1068a6e58 100644 --- a/docs/examples.mdx +++ b/docs/examples.mdx @@ -1,7 +1,10 @@ --- -title: "Templates & Examples" +title: 'Templates & Examples — Build with wasmCloud' +hide_title: true +sidebar_label: "Templates & Examples" sidebar_position: 5 toc_max_heading_level: 4 +description: 'Templates and complete example apps for wasmCloud v2 — scaffold a new WebAssembly component or learn from working code in Rust, Go, TypeScript, and more.' --- # Templates & Examples diff --git a/docs/faq.mdx b/docs/faq.mdx index 3b575f980..f6493778e 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -1,9 +1,13 @@ --- -title: "FAQ" +title: 'FAQ — Frequently Asked Questions' +hide_title: true +sidebar_label: "FAQ" sidebar_position: 11 -description: "Frequently asked questions about wasmCloud v2, migration from v1, Kubernetes integration, and getting started." +description: 'Frequently asked questions about wasmCloud v2, migration from v1, Kubernetes integration, WebAssembly components, and getting started with the platform.' --- +# FAQ + This page includes frequently asked questions on wasmCloud v2, including common questions about [migration from wasmCloud v1](#migrating-from-wasmcloud-v1). For a comprehensive migration guide with architecture diagrams and practical instructions, see [Migration to v2](./migration.mdx). ## General questions diff --git a/docs/glossary.mdx b/docs/glossary.mdx index 89f46cf12..af008e2df 100644 --- a/docs/glossary.mdx +++ b/docs/glossary.mdx @@ -1,11 +1,15 @@ --- -title: 'Glossary' +title: 'Glossary — wasmCloud and WebAssembly Terms' +hide_title: true +sidebar_label: "Glossary" date: 2025-11-01T00:00:00+00:00 -description: 'Glossary' +description: 'Glossary of wasmCloud and WebAssembly terminology: components, hosts, capabilities, lattice, providers, interfaces, and the Wasm component model.' sidebar_position: 6 type: 'docs' --- +# Glossary + wasmCloud uses several terms with distinct meanings in the context of the platform and the WebAssembly ecosystem. ### Capability @@ -96,4 +100,4 @@ For more information on WIT, see the [**Component Model documentation**](https:/ ### Workload -A wasmCloud **workload** is an application-level abstraction that consists of one or more [components](#component) and optionally a [service](#service). For more information, see [Workloads](./overview/workloads/index.mdx). \ No newline at end of file +A wasmCloud **workload** is an application-level abstraction that consists of one or more [components](#component) and optionally a [service](#service). For more information, see [Workloads](./overview/workloads/index.mdx). diff --git a/docs/governance.mdx b/docs/governance.mdx index 95ab24593..6f59c0aad 100644 --- a/docs/governance.mdx +++ b/docs/governance.mdx @@ -1,12 +1,15 @@ --- -title: "Governance" +title: 'Governance — CNCF Incubating Project' +hide_title: true +sidebar_label: "Governance" sidebar_position: 9 toc_max_heading_level: 2 +description: 'wasmCloud is a community-led CNCF Incubating project under the Apache 2.0 license. Learn about maintainers, TSC, and the contribution process.' --- # Governance -### wasmCloud is a community-led open source project Incubating with the Cloud Native Computing Foundation. +## wasmCloud is a community-led open source project Incubating with the Cloud Native Computing Foundation. wasmCloud joined the [Cloud Native Computing Foundation (CNCF)](https://www.cncf.io/) as a Sandbox project in 2021 and was accepted as an [Incubating project](https://www.cncf.io/projects/wasmcloud/) in 2024. diff --git a/docs/index.mdx b/docs/index.mdx index d06de10d4..7b0220399 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,7 +1,10 @@ --- sidebar_position: 0 toc_max_heading_level: 2 -title: "What is wasmCloud?" +title: 'What is wasmCloud? — WebAssembly Platform' +hide_title: true +sidebar_label: "What is wasmCloud?" +description: 'wasmCloud is the leading WebAssembly application platform for cloud-native distributed apps. Run secure Wasm workloads on Kubernetes, edge, or any cloud.' --- # wasmCloud diff --git a/docs/installation.mdx b/docs/installation.mdx index ee44bf34c..c73145cfb 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -1,6 +1,9 @@ --- -title: 'Installation' +title: 'Install wasmCloud — CLI and Kubernetes' +sidebar_label: "Installation" +hide_title: true sidebar_position: 1 +description: 'Install the wash CLI and deploy wasmCloud to Kubernetes for running secure WebAssembly components across any cloud, datacenter, or edge environment.' --- import Tabs from '@theme/Tabs'; diff --git a/docs/kubernetes-operator/api-reference.md b/docs/kubernetes-operator/api-reference.md index 9c0a9d316..134c179f0 100644 --- a/docs/kubernetes-operator/api-reference.md +++ b/docs/kubernetes-operator/api-reference.md @@ -1,8 +1,13 @@ --- -title: "API Reference" +title: 'API Reference — wasmCloud Kubernetes Operator' +hide_title: true +sidebar_label: 'API Reference' sidebar_position: 3 +description: 'Full API reference for the wasmCloud Kubernetes operator — every Custom Resource Definition, field, and configuration option used to run Wasm workloads.' --- +# API Reference + ## Packages - [runtime.wasmcloud.dev/v1alpha1](#runtimewasmclouddevv1alpha1) diff --git a/docs/kubernetes-operator/crds.mdx b/docs/kubernetes-operator/crds.mdx index 8fb1280da..aafbc87b5 100644 --- a/docs/kubernetes-operator/crds.mdx +++ b/docs/kubernetes-operator/crds.mdx @@ -1,6 +1,7 @@ --- -title: "Custom Resource Definitions (CRDs)" +title: 'Custom Resource Definitions (CRDs)' sidebar_position: 2 +description: 'Reference for wasmCloud Custom Resource Definitions on Kubernetes — Host, Workload, WorkloadDeployment, and related CRDs that drive the platform.' --- When deployed to Kubernetes, the core primitives of wasmCloud are represented by [**custom resources definitions (CRDs)**](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/). diff --git a/docs/kubernetes-operator/index.mdx b/docs/kubernetes-operator/index.mdx index 621108c3f..fb3d5e711 100644 --- a/docs/kubernetes-operator/index.mdx +++ b/docs/kubernetes-operator/index.mdx @@ -1,7 +1,8 @@ --- -title: "Introduction" +title: 'WebAssembly on Kubernetes — wasmCloud Operator' sidebar_position: 1 toc_max_heading_level: 2 +description: 'Run WebAssembly on Kubernetes with the wasmCloud operator — native CRDs, Helm-based install, and ergonomic integration with your existing K8s cluster.' --- import Tabs from '@theme/Tabs'; @@ -9,7 +10,7 @@ import TabItem from '@theme/TabItem'; # Kubernetes Operator -### The wasmCloud operator makes it easy to run wasmCloud and WebAssembly workloads on Kubernetes. +## The wasmCloud operator makes it easy to run wasmCloud and WebAssembly workloads on Kubernetes. We use the [operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to run wasmCloud on Kubernetes, leveraging the orchestrator to schedule wasmCloud infrastructure and workloads. diff --git a/docs/kubernetes-operator/operator-manual/cicd.mdx b/docs/kubernetes-operator/operator-manual/cicd.mdx index 959128c9c..20f222d26 100644 --- a/docs/kubernetes-operator/operator-manual/cicd.mdx +++ b/docs/kubernetes-operator/operator-manual/cicd.mdx @@ -1,6 +1,8 @@ --- -title: "CI/CD and GitOps" +title: 'CI/CD and GitOps for wasmCloud' +sidebar_label: 'CI/CD and GitOps' sidebar_position: 2 +description: 'Build CI/CD and GitOps pipelines for wasmCloud — publish components to OCI registries, roll out to Kubernetes, and integrate with Argo CD or Flux.' --- ## Overview diff --git a/docs/kubernetes-operator/operator-manual/filesystems-and-volumes.mdx b/docs/kubernetes-operator/operator-manual/filesystems-and-volumes.mdx index 04c13db36..4c7e0726c 100644 --- a/docs/kubernetes-operator/operator-manual/filesystems-and-volumes.mdx +++ b/docs/kubernetes-operator/operator-manual/filesystems-and-volumes.mdx @@ -1,5 +1,7 @@ --- -title: "Filesystems and Volumes" +title: 'Filesystems and Volumes for Wasm Workloads' +sidebar_label: 'Filesystems and Volumes' +description: 'Mount Kubernetes volumes into wasmCloud WebAssembly workloads — preopened filesystems, WASI file access, and supported volume types on the platform.' --- ## Overview diff --git a/docs/kubernetes-operator/operator-manual/helm-values.mdx b/docs/kubernetes-operator/operator-manual/helm-values.mdx index fe0006767..da12f331d 100644 --- a/docs/kubernetes-operator/operator-manual/helm-values.mdx +++ b/docs/kubernetes-operator/operator-manual/helm-values.mdx @@ -1,9 +1,13 @@ --- -title: 'Helm Values Reference' -description: 'Commonly-used configuration values for the wasmCloud runtime-operator Helm chart' +title: 'Helm Values Reference — runtime-operator' +sidebar_label: 'Helm Values Reference' +hide_title: true +description: 'Commonly-used configuration values for the wasmCloud runtime-operator Helm chart — image overrides, namespaces, RBAC, and Kubernetes deployment options.' sidebar_position: 3 --- +# Helm Values Reference + This page documents the configuration values you are most likely to override when installing the [`runtime-operator` Helm chart](https://github.com/wasmCloud/wasmCloud/tree/main/charts/runtime-operator). For the authoritative list of every value the chart supports, run: ```shell diff --git a/docs/kubernetes-operator/operator-manual/lightweight-deployments.mdx b/docs/kubernetes-operator/operator-manual/lightweight-deployments.mdx index cef1f1968..ec5a10269 100644 --- a/docs/kubernetes-operator/operator-manual/lightweight-deployments.mdx +++ b/docs/kubernetes-operator/operator-manual/lightweight-deployments.mdx @@ -1,9 +1,14 @@ --- -title: "Lightweight Deployment" +title: 'Lightweight Deployment for wasmCloud on K8s' +sidebar_label: 'Lightweight Deployment' +hide_title: true sidebar_position: 1 toc_max_heading_level: 2 +description: 'Deploy wasmCloud on Kubernetes with a minimal footprint — slim install, reduced RBAC, and resource-efficient configuration for edge and small clusters.' --- +# Lightweight Deployment + ### Run a complete, lightweight wasmCloud stack using K3s and Docker Compose. [K3s](https://k3s.io/) is a lightweight, CNCF-certified Kubernetes distribution from Rancher/SUSE that packages the entire control plane into a single ~60MB binary. It starts in seconds, requires around 512MB of RAM, and runs on Linux, macOS, and Windows via Docker, making it practical for development, edge deployments, and CI/CD pipelines where a full Kubernetes cluster would be excessive. diff --git a/docs/kubernetes-operator/operator-manual/overview.mdx b/docs/kubernetes-operator/operator-manual/overview.mdx index 22a323b82..03903ae93 100644 --- a/docs/kubernetes-operator/operator-manual/overview.mdx +++ b/docs/kubernetes-operator/operator-manual/overview.mdx @@ -1,9 +1,13 @@ --- -title: 'Operator Overview' -description: 'Overview of the wasmCloud operator and its components on Kubernetes' +title: 'wasmCloud Operator Overview on Kubernetes' +sidebar_label: 'Operator Overview' +hide_title: true +description: 'Overview of the wasmCloud Kubernetes operator architecture — runtime-operator, host pods, and CRDs that run WebAssembly workloads natively on K8s.' sidebar_position: 1 --- +# Operator Overview + There are three primary deployments that comprise wasmCloud in a Kubernetes cluster: 1. **wasmCloud Operator** — watches workload CRDs, schedules Wasm workloads onto hosts, and manages EndpointSlices for user-defined Services diff --git a/docs/kubernetes-operator/operator-manual/private-registries.mdx b/docs/kubernetes-operator/operator-manual/private-registries.mdx index 432a54f9a..628894b75 100644 --- a/docs/kubernetes-operator/operator-manual/private-registries.mdx +++ b/docs/kubernetes-operator/operator-manual/private-registries.mdx @@ -1,6 +1,6 @@ --- title: 'Private Registries and Air-Gapped Deployments' -description: 'Mirror wasmCloud container images to a private registry for air-gapped or restricted environments' +description: 'Mirror wasmCloud container images and OCI artifacts to a private registry for air-gapped or restricted Kubernetes environments and regulated infrastructure.' sidebar_position: 5 --- diff --git a/docs/kubernetes-operator/operator-manual/roles-and-rolebindings.mdx b/docs/kubernetes-operator/operator-manual/roles-and-rolebindings.mdx index 965d84806..ee4cb154d 100644 --- a/docs/kubernetes-operator/operator-manual/roles-and-rolebindings.mdx +++ b/docs/kubernetes-operator/operator-manual/roles-and-rolebindings.mdx @@ -1,6 +1,8 @@ --- -title: "Roles and Role Bindings" +title: 'Roles and Role Bindings for wasmCloud' +sidebar_label: 'Roles and Role Bindings' sidebar_position: 3 +description: 'Configure Kubernetes RBAC for wasmCloud — Role, ClusterRole, and RoleBinding resources that the operator and host pods require on your cluster.' --- ## Overview diff --git a/docs/kubernetes-operator/operator-manual/secrets-and-configuration.mdx b/docs/kubernetes-operator/operator-manual/secrets-and-configuration.mdx index ee83e61e1..4291b0c3f 100644 --- a/docs/kubernetes-operator/operator-manual/secrets-and-configuration.mdx +++ b/docs/kubernetes-operator/operator-manual/secrets-and-configuration.mdx @@ -1,8 +1,12 @@ --- -title: 'Secrets and Configuration Management' -description: 'Supply environment variables, ConfigMaps, and Kubernetes Secrets to wasmCloud components' +title: 'Secrets and Configuration Management on K8s' +sidebar_label: 'Secrets and Configuration Management' +hide_title: true +description: 'Supply environment variables, Kubernetes ConfigMaps, and Secrets to wasmCloud WebAssembly components through Workload and WorkloadDeployment manifests.' --- +# Secrets and Configuration Management + wasmCloud components receive configuration through the `localResources.environment` field in a `Workload` or `WorkloadDeployment` manifest. This field supports three sources that can be used individually or combined: inline key-value pairs, Kubernetes ConfigMaps, and Kubernetes Secrets. In this section of the Operator Manual, you'll learn how to: diff --git a/docs/kubernetes-operator/workload-security.mdx b/docs/kubernetes-operator/workload-security.mdx index 4c6d40c07..2f0cde9fe 100644 --- a/docs/kubernetes-operator/workload-security.mdx +++ b/docs/kubernetes-operator/workload-security.mdx @@ -1,8 +1,12 @@ --- -title: 'Workload Security' -description: 'Security model and controls for wasmCloud components running on Kubernetes' +title: 'Workload Security — wasmCloud on Kubernetes' +sidebar_label: 'Workload Security' +hide_title: true +description: 'Security model and controls for wasmCloud WebAssembly components on Kubernetes — sandboxed bytecode, capability-based isolation, and policy enforcement.' --- +# Workload Security + wasmCloud workload security operates in two complementary layers: - **The WebAssembly sandbox** — enforced by the [Wasmtime](https://wasmtime.dev/) runtime, which provides strong isolation guarantees for every component by default diff --git a/docs/migration.mdx b/docs/migration.mdx index 08ec92627..c2a06d707 100644 --- a/docs/migration.mdx +++ b/docs/migration.mdx @@ -1,12 +1,15 @@ --- -title: "Migration to v2" +title: 'Migration to wasmCloud v2 — Upgrade Guide' +hide_title: true +sidebar_label: "Migration to v2" sidebar_position: 10 toc_max_heading_level: 2 +description: 'Step-by-step guide to migrating from wasmCloud v1 to v2. Covers architecture changes, operational improvements, and practical upgrade instructions.' --- -# Migration to v2 +# Migration to wasmCloud v2 -### Migrating to wasmCloud v2 reduces operational complexity and dramatically improves performance. +## Migrating to wasmCloud v2 reduces operational complexity and dramatically improves performance. This guide walks through the architectural differences between wasmCloud v1 and v2, the benefits of migrating, and practical steps for bringing your v1 workloads to v2. diff --git a/docs/overview/hosts/index.mdx b/docs/overview/hosts/index.mdx index cb66b3ac9..10345e4a6 100644 --- a/docs/overview/hosts/index.mdx +++ b/docs/overview/hosts/index.mdx @@ -1,12 +1,15 @@ --- -title: 'Hosts' +title: 'Hosts — wasmCloud Runtime Environment' +hide_title: true icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'The runtime environment for components and capability providers' +description: 'The wasmCloud host is the runtime environment for WebAssembly components and capability providers — secure, dense, and portable across any infrastructure.' sidebar_position: 4 type: 'docs' toc_max_heading_level: 2 --- +# Hosts + ### The wasmCloud host is a runtime environment for WebAssembly (Wasm) workloads. WebAssembly components require a runtime to execute. The wasmCloud host provides a wrapper around [Wasmtime](https://github.com/bytecodealliance/wasmtime), a fast, secure, and standards-compliant WebAssembly runtime that supports the [Component Model](https://github.com/WebAssembly/component-model). @@ -26,4 +29,4 @@ The wasmCloud host is designed for flexibility and may be used in a variety of w - **Edge computing**: Run lightweight hosts on edge devices (IoT gateways, retail kiosks, factory equipment) to process data locally with minimal latency. - **Multi-cloud deployments**: Deploy hosts across AWS, Azure, and GCP to run the same workloads without vendor-specific modifications. - **Kubernetes clusters**: Run hosts as pods in Kubernetes, managed by the [wasmCloud operator](../../kubernetes-operator/index.mdx) for automatic scaling and orchestration. -- **Development environments**: Run a local host on your laptop for testing and debugging before deploying to production. \ No newline at end of file +- **Development environments**: Run a local host on your laptop for testing and debugging before deploying to production. diff --git a/docs/overview/hosts/plugins.mdx b/docs/overview/hosts/plugins.mdx index cbdb9b305..5a33490c2 100644 --- a/docs/overview/hosts/plugins.mdx +++ b/docs/overview/hosts/plugins.mdx @@ -1,8 +1,13 @@ --- -title: "Plugins" +title: 'Host Plugins — Extend wasmCloud Hosts' +sidebar_label: 'Plugins' +hide_title: true toc_max_heading_level: 2 +description: 'Host plugins extend wasmCloud hosts with additional capabilities — bring custom WASI implementations and integrations into your WebAssembly runtime.' --- +# Plugins + ### Host plugins extend hosts with additional capabilities. Plugins provide capabilities at the host level, extending a wasmCloud host with specific implementations of [interfaces](../interfaces.mdx). Each plugin implements a **WIT world**—a collection of imports and exports that are directly linked to workloads at runtime. diff --git a/docs/overview/index.mdx b/docs/overview/index.mdx index dfcbce77d..dc2dc504c 100644 --- a/docs/overview/index.mdx +++ b/docs/overview/index.mdx @@ -1,6 +1,7 @@ --- -title: "Platform Overview" +title: 'wasmCloud Platform Overview' toc_max_heading_level: 2 +description: 'wasmCloud is the cloud native WebAssembly application platform for running Wasm workloads across any cloud, Kubernetes cluster, datacenter, or edge.' --- ### wasmCloud is a cloud native platform for running WebAssembly workloads across any cloud, Kubernetes, datacenter, or edge. diff --git a/docs/overview/interfaces.mdx b/docs/overview/interfaces.mdx index 43a4e6d97..0d1600b87 100644 --- a/docs/overview/interfaces.mdx +++ b/docs/overview/interfaces.mdx @@ -1,13 +1,17 @@ --- -title: 'Interfaces' +title: 'Interfaces — WASI and Wasm Component Model' +sidebar_label: 'Interfaces' +hide_title: true date: 2020-05-01T00:00:00+00:00 icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'A quick guide to wasmCloud interfaces' +description: 'wasmCloud interfaces are typed WIT contracts based on the Wasm Component Model and WASI standards — portable, language-agnostic capability boundaries.' sidebar_position: 3 type: 'docs' toc_max_heading_level: 2 --- +# Interfaces + ### Interfaces are contracts that define the relationships between entities. In wasmCloud, [components](./workloads/components.mdx) communicate through interfaces, which come in two kinds: diff --git a/docs/overview/packaging.mdx b/docs/overview/packaging.mdx index 7767e59ff..31b870dc6 100644 --- a/docs/overview/packaging.mdx +++ b/docs/overview/packaging.mdx @@ -1,11 +1,16 @@ --- -title: "Packaging" +title: 'Packaging — OCI Artifacts for Wasm Components' +sidebar_label: 'Packaging' +hide_title: true icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'Packaging and distribution with OCI artifacts' +description: 'wasmCloud packages WebAssembly components and interfaces as OCI artifacts for portable distribution through any OCI-compliant container registry.' type: 'docs' sidebar_position: 5 toc_max_heading_level: 2 --- + +# Packaging + ### Components and interfaces are packaged as OCI artifacts. The wasmCloud ecosystem uses the [Open Container Initiative (OCI) image specification](https://github.com/opencontainers/image-spec) to package components and interfaces as OCI artifacts according to the [standard OCI artifact format for Wasm](https://tag-runtime.cncf.io/wgs/wasm/deliverables/wasm-oci-artifact/). diff --git a/docs/overview/transport.mdx b/docs/overview/transport.mdx index 7ca7c9d44..fd60b7518 100644 --- a/docs/overview/transport.mdx +++ b/docs/overview/transport.mdx @@ -1,11 +1,16 @@ --- -title: "Transport" +title: 'Transport — NATS for wasmCloud Hosts' +sidebar_label: 'Transport' +hide_title: true icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'NATS connective technology for distributed systems' +description: 'NATS connective technology provides the distributed transport between wasmCloud hosts and the operator for control-plane and lattice communication.' type: 'docs' sidebar_position: 4 toc_max_heading_level: 2 --- + +# Transport + ### NATS provides transport between hosts and the operator. In wasmCloud, transport between hosts and the operator is handled by [**NATS**](https://nats.io/), an open source connective technology hosted by the Cloud Native Computing Foundation (CNCF). NATS enables secure application-layer networking across diverse environments including edge, different vendors' clouds, and on-premise datacenters. diff --git a/docs/overview/workloads/components.mdx b/docs/overview/workloads/components.mdx index 82f21c7e0..af06ad1ba 100644 --- a/docs/overview/workloads/components.mdx +++ b/docs/overview/workloads/components.mdx @@ -1,13 +1,17 @@ --- -title: 'Components' +title: 'Wasm Component Model — wasmCloud Components' +sidebar_label: 'Components' +hide_title: true date: 2025-09-24T00:00:00+00:00 icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'Stateless, sandboxed binaries' +description: 'The Wasm component model defines stateless, sandboxed WebAssembly binaries — the portable unit of compute that wasmCloud hosts run across cloud and edge.' type: 'docs' sidebar_position: 1 toc_max_heading_level: 2 --- +# Components + ### WebAssembly (Wasm) components are stateless, sandboxed binaries. **Components** are portable, interoperable binaries (`.wasm` files) that implement stateless logic, typically enacting the core logic of an application (for example, the API for a web application), while leaving stateful or reusable functionality (e.g., key-value storage or HTTP) to [services](./services.mdx), [hosts](../hosts/index.mdx), and [host plugins](../hosts/plugins.mdx). diff --git a/docs/overview/workloads/index.mdx b/docs/overview/workloads/index.mdx index f98667916..b3867abd1 100644 --- a/docs/overview/workloads/index.mdx +++ b/docs/overview/workloads/index.mdx @@ -1,11 +1,14 @@ --- -title: 'Workloads' +title: 'Workloads — Wasm Components and Services' +hide_title: true icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'Portable, sandboxed, polyglot workloads' +description: 'wasmCloud workloads are composed of WebAssembly components and optional services — portable, sandboxed, polyglot units of compute that run anywhere.' type: 'docs' toc_max_heading_level: 2 --- +# Workloads + ### Workloads are composed of one or more WebAssembly (Wasm) components and an optional service. A wasmCloud **workload** is an application-level abstraction that consists of one or more [**components**](./components.mdx) and optionally a [**service**](./services.mdx). @@ -58,4 +61,4 @@ Workloads are application-level units that combine components and services. Exam ## Keep reading - [Continue to learn more about WebAssembly (Wasm) components](./components.mdx). -- Learn more about [services](./services.mdx). \ No newline at end of file +- Learn more about [services](./services.mdx). diff --git a/docs/overview/workloads/services.mdx b/docs/overview/workloads/services.mdx index 0bbfedd50..dd3af3b6e 100644 --- a/docs/overview/workloads/services.mdx +++ b/docs/overview/workloads/services.mdx @@ -1,13 +1,17 @@ --- -title: 'Services' +title: 'Services — Stateful Wasm Components' +sidebar_label: 'Services' +hide_title: true date: 2025-09-24T00:00:00+00:00 icon: 'ti-anchor' # themify icon pack : https://themify.me/themify-icons -description: 'Stateful components' +description: 'wasmCloud services are long-running stateful WebAssembly components — extend Wasm workloads with persistent state and background processing on hosts.' type: 'docs' sidebar_position: 2 toc_max_heading_level: 2 --- +# Services + ### Services are persistent, stateful companions to stateless components. Workloads are composed of **components** and optionally a **service**. While services *are* Wasm components, they serve a fundamentally different role than a typical component in the architecture of an application. diff --git a/docs/quickstart/deploy-a-webassembly-workload.mdx b/docs/quickstart/deploy-a-webassembly-workload.mdx index a3b878a86..dd845d507 100644 --- a/docs/quickstart/deploy-a-webassembly-workload.mdx +++ b/docs/quickstart/deploy-a-webassembly-workload.mdx @@ -1,7 +1,8 @@ --- -title: 'Deploy a Wasm Workload' +title: 'Deploy a Wasm Workload to Kubernetes' +sidebar_label: 'Deploy a Wasm Workload' sidebar_position: 3 -description: "Deploy a WebAssembly component to wasmCloud: customize providers, write deployment manifests, and go to production." +description: 'Deploy a WebAssembly component to wasmCloud on Kubernetes — customize providers, write WorkloadDeployment manifests, and ship your app to production.' --- import Tabs from '@theme/Tabs'; diff --git a/docs/quickstart/develop-a-webassembly-component.mdx b/docs/quickstart/develop-a-webassembly-component.mdx index a5955cf11..4cc983da8 100644 --- a/docs/quickstart/develop-a-webassembly-component.mdx +++ b/docs/quickstart/develop-a-webassembly-component.mdx @@ -1,7 +1,8 @@ --- -title: 'Develop a Wasm Component' +title: 'Develop a Wasm Component for wasmCloud' +sidebar_label: 'Develop a Wasm Component' sidebar_position: 2 -description: "Add capabilities like HTTP, key-value, and logging to your WebAssembly component using standard WASI interfaces." +description: 'Add capabilities like HTTP, key-value, and logging to your WebAssembly component using standard WASI interfaces and the Wasm component model.' --- import Tabs from '@theme/Tabs'; diff --git a/docs/quickstart/index.mdx b/docs/quickstart/index.mdx index bec422217..fda9525b2 100644 --- a/docs/quickstart/index.mdx +++ b/docs/quickstart/index.mdx @@ -1,13 +1,17 @@ --- -title: 'Quickstart' +title: 'Quickstart — Build & Deploy Your First Wasm App' +hide_title: true sidebar_position: 1 toc_max_heading_level: 2 +description: 'Get started with wasmCloud — install wash, build a WebAssembly component, and deploy your first Wasm workload to Kubernetes in under 15 minutes.' --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import HubspotForm from 'react-hubspot-form'; +# Quickstart + ### Build WebAssembly (Wasm) applications and run them across any cloud, Kubernetes, datacenter, or edge. In this tutorial: diff --git a/docs/recipes/expose-workload-via-kubernetes-service.mdx b/docs/recipes/expose-workload-via-kubernetes-service.mdx index 42c194d5f..7e4b76afc 100644 --- a/docs/recipes/expose-workload-via-kubernetes-service.mdx +++ b/docs/recipes/expose-workload-via-kubernetes-service.mdx @@ -1,6 +1,7 @@ --- -title: 'Expose a Workload via Kubernetes Service' -description: 'Route cluster traffic to a workload through a Kubernetes Service and EndpointSlice' +title: 'Expose a Wasm Workload via Kubernetes Service' +sidebar_label: 'Expose a Workload via Kubernetes Service' +description: 'Route cluster traffic to a wasmCloud WebAssembly workload through a standard Kubernetes Service and EndpointSlice — internal DNS, ports, and selectors.' --- This recipe shows how to expose a wasmCloud workload to other services in your Kubernetes cluster using a standard [Kubernetes Service](https://kubernetes.io/docs/concepts/services-networking/service). The operator manages [EndpointSlices](https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/) that point to the host pods running the workload, so cluster-internal DNS (e.g. `my-service.default.svc.cluster.local`) resolves to the correct pods automatically. diff --git a/docs/recipes/index.mdx b/docs/recipes/index.mdx index 1609404cf..82ab8a2e7 100644 --- a/docs/recipes/index.mdx +++ b/docs/recipes/index.mdx @@ -1,7 +1,8 @@ --- -title: 'Recipes' +title: 'Recipes — wasmCloud How-To Guides' +hide_title: true sidebar_position: 6 -description: "Task-oriented guides for common wasmCloud deployment and configuration scenarios with working examples." +description: 'Task-oriented how-to guides for common wasmCloud deployment and configuration scenarios on Kubernetes — practical recipes with working examples.' --- # Recipes diff --git a/docs/recipes/inject-configuration-from-configmaps-and-secrets.mdx b/docs/recipes/inject-configuration-from-configmaps-and-secrets.mdx index cd2727fdf..af3f763d6 100644 --- a/docs/recipes/inject-configuration-from-configmaps-and-secrets.mdx +++ b/docs/recipes/inject-configuration-from-configmaps-and-secrets.mdx @@ -1,6 +1,7 @@ --- -title: 'Inject Configuration from ConfigMaps and Secrets' -description: 'Provide runtime configuration to a component from inline values, ConfigMaps, and Secrets' +title: 'Inject Config from ConfigMaps & Secrets' +sidebar_label: 'Inject Configuration from ConfigMaps and Secrets' +description: 'Provide runtime configuration to a wasmCloud WebAssembly component from inline values, Kubernetes ConfigMaps, and Secrets via wasi:cli/environment.' --- This recipe walks through providing runtime configuration to a wasmCloud component from three sources: inline key-value pairs, Kubernetes ConfigMaps, and Kubernetes Secrets. All three are delivered to the component through the same interface, `wasi:cli/environment`, so the component reads them the same way regardless of source. diff --git a/docs/recipes/plugin-or-service.mdx b/docs/recipes/plugin-or-service.mdx index e8af880ee..b1a7f4283 100644 --- a/docs/recipes/plugin-or-service.mdx +++ b/docs/recipes/plugin-or-service.mdx @@ -1,8 +1,12 @@ --- -title: 'Plugin or Service?' -description: 'Decide whether to extend a wasmCloud host with a plugin or ship a wasmCloud service alongside your workload' +title: 'Plugin or Service? — wasmCloud Capabilities' +sidebar_label: 'Plugin or Service?' +hide_title: true +description: 'Choose between a wasmCloud host plugin and a service to add capabilities — trade-offs, hard constraints, and a decision framework for your WebAssembly app.' --- +# Plugin or Service? + This recipe gives you a framework for choosing between two ways of providing capabilities to a wasmCloud application: extending the host with a [plugin](../overview/hosts/plugins.mdx), or shipping a [service](../overview/workloads/services.mdx) inside the workload. The two are not interchangeable—each has hard constraints that rule it out in some situations, and softer trade-offs in the rest. ## A quick introduction to plugins and services diff --git a/docs/recipes/tls-bring-your-own-certificates.mdx b/docs/recipes/tls-bring-your-own-certificates.mdx index 97f6d3ca7..1d24fadfd 100644 --- a/docs/recipes/tls-bring-your-own-certificates.mdx +++ b/docs/recipes/tls-bring-your-own-certificates.mdx @@ -1,6 +1,6 @@ --- title: 'TLS with Bring-Your-Own Certificates' -description: 'Serve HTTPS from a wasmCloud host group using your own TLS certificates' +description: 'Serve HTTPS from a wasmCloud host group on Kubernetes using your own TLS certificates — secret mounts, cert rotation, and SNI configuration explained.' --- This recipe shows how to configure a wasmCloud host group to serve HTTPS using TLS certificates you provide. diff --git a/docs/runtime/building-custom-hosts.mdx b/docs/runtime/building-custom-hosts.mdx index 6c7d1c3e2..9e74c9085 100644 --- a/docs/runtime/building-custom-hosts.mdx +++ b/docs/runtime/building-custom-hosts.mdx @@ -1,7 +1,9 @@ --- -title: "Building Custom Hosts" +title: 'Building Custom Hosts with wasmCloud' +sidebar_label: 'Building Custom Hosts' sidebar_position: 3 toc_max_heading_level: 2 +description: 'Build a custom WebAssembly host on top of the wasmCloud runtime — embed Wasm components in your own application with the wasmcloud-runtime library.' --- ### Build custom wasmCloud hosts for specialized deployment scenarios. diff --git a/docs/runtime/creating-host-plugins.mdx b/docs/runtime/creating-host-plugins.mdx index 593f715ad..8dec5080e 100644 --- a/docs/runtime/creating-host-plugins.mdx +++ b/docs/runtime/creating-host-plugins.mdx @@ -1,7 +1,9 @@ --- -title: "Creating Host Plugins" +title: 'Creating Host Plugins for wasmCloud' +sidebar_label: 'Creating Host Plugins' sidebar_position: 2 toc_max_heading_level: 2 +description: 'Create wasmCloud host plugins that extend the runtime with new capabilities — implement WASI interfaces and ship custom integrations to any Wasm host.' --- ### Extend wasmCloud hosts with additional capabilities. diff --git a/docs/runtime/index.mdx b/docs/runtime/index.mdx index 76024e4b4..b4048e649 100644 --- a/docs/runtime/index.mdx +++ b/docs/runtime/index.mdx @@ -1,7 +1,8 @@ --- -title: "Introduction" +title: 'wasmCloud Runtime — Introduction' sidebar_position: 1 toc_max_heading_level: 2 +description: 'Introduction to the wasmCloud runtime — the embeddable WebAssembly engine that hosts components and powers wash, washlet, and your custom hosts.' --- # Runtime diff --git a/docs/runtime/washlet.mdx b/docs/runtime/washlet.mdx index 084c213e2..a45fc9043 100644 --- a/docs/runtime/washlet.mdx +++ b/docs/runtime/washlet.mdx @@ -1,9 +1,14 @@ --- -title: "Cluster Hosts (Washlet)" +title: 'Washlet — Cluster Hosts for wasmCloud' +sidebar_label: 'Cluster Hosts (Washlet)' +hide_title: true sidebar_position: 4 toc_max_heading_level: 2 +description: 'Washlet is the wasmCloud cluster host — a lightweight Wasm runtime daemon that runs WebAssembly components on Kubernetes nodes inside host pods.' --- +# Cluster Hosts (Washlet) + ### Run a wasmCloud host as a cluster node connected to the operator mesh. A **washlet** is a cluster-connected host: a `ClusterHost` from the `wash_runtime::washlet` module. Unlike a standalone `Host` (covered in [Building Custom Hosts](./building-custom-hosts.mdx)), a washlet connects to the wasmCloud operator mesh via NATS and receives workload commands from the scheduler. This is how the [Kubernetes Operator](../kubernetes-operator/index.mdx) deploys and manages workloads across a fleet of hosts. diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index f978a5fb3..e63265ac3 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -1,9 +1,13 @@ --- -title: "Troubleshooting" +title: 'Troubleshooting wasmCloud on Kubernetes' +hide_title: true +sidebar_label: "Troubleshooting" sidebar_position: 12 -description: "Common errors and their fixes when running wasmCloud workloads on Kubernetes." +description: 'Common errors and fixes when running wasmCloud workloads on Kubernetes — error messages, root causes, and step-by-step resolutions for the platform.' --- +# Troubleshooting + This page collects common errors you may encounter when running wasmCloud workloads and the resolutions for each. Entries include the literal error message, the underlying cause, and the fix. If you hit an error that isn't listed here, please open an issue on [github.com/wasmCloud/wasmCloud](https://github.com/wasmCloud/wasmCloud/issues) or ask in the [wasmCloud Slack](https://slack.wasmcloud.com/) so we can document it. diff --git a/docs/wash/commands.mdx b/docs/wash/commands.mdx index 07313c170..667a93a53 100644 --- a/docs/wash/commands.mdx +++ b/docs/wash/commands.mdx @@ -1,6 +1,9 @@ --- -title: "Commands" +title: 'wash Commands — CLI Reference' +sidebar_label: 'Commands' +hide_title: true sidebar_position: 1 +description: 'Complete command reference for the wash CLI — every subcommand, flag, and option for developing and publishing WebAssembly components on wasmCloud.' --- # Wasm Shell CLI Command Reference diff --git a/docs/wash/config.mdx b/docs/wash/config.mdx index 2e8a1e921..6db81b242 100644 --- a/docs/wash/config.mdx +++ b/docs/wash/config.mdx @@ -1,8 +1,11 @@ --- -title: "Configuration" +title: 'wash Configuration — User and Project Settings' +hide_title: true +sidebar_label: 'Configuration' sidebar_position: 4 -description: "Configure the wash CLI: user settings, project config files, and available options in YAML, JSON, or TOML." +description: 'Configure the wash CLI for wasmCloud — user settings, project config files, and available options in YAML, JSON, or TOML for WebAssembly workflows.' --- + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/wash/developer-guide/build-and-publish.mdx b/docs/wash/developer-guide/build-and-publish.mdx index 5cc8dfe41..160880217 100644 --- a/docs/wash/developer-guide/build-and-publish.mdx +++ b/docs/wash/developer-guide/build-and-publish.mdx @@ -1,8 +1,9 @@ --- -title: 'Building and Publishing Components' +title: 'Building and Publishing Wasm Components' date: 2025-09-15T11:00:00+00:00 sidebar_position: 1 draft: false +description: 'Build and publish WebAssembly components with wash — compile to wasm32-wasip2, run with wash dev, and push to an OCI registry for wasmCloud deployment.' --- import Tabs from '@theme/Tabs'; diff --git a/docs/wash/developer-guide/create-services.mdx b/docs/wash/developer-guide/create-services.mdx index 28ba8d228..4ed80b9ab 100644 --- a/docs/wash/developer-guide/create-services.mdx +++ b/docs/wash/developer-guide/create-services.mdx @@ -1,8 +1,10 @@ --- -title: 'Creating Services' +title: 'Creating wasmCloud Services with wash' +sidebar_label: 'Creating Services' date: 2025-09-15T11:00:00+00:00 sidebar_position: 2 draft: false +description: 'Create stateful WebAssembly services with wash — persistent processes inside a wasmCloud workload that companion components can call as capabilities.' --- **Services** are WebAssembly (Wasm) binaries that can provide persistent, stateful processes within the [workload](../../overview/workloads/index.mdx) boundary for one or more companion Wasm components. diff --git a/docs/wash/developer-guide/debugging-components.mdx b/docs/wash/developer-guide/debugging-components.mdx index c0696233b..be00e957b 100644 --- a/docs/wash/developer-guide/debugging-components.mdx +++ b/docs/wash/developer-guide/debugging-components.mdx @@ -1,7 +1,8 @@ --- -title: "Debugging Components" +title: 'Debugging WebAssembly Components' +sidebar_label: 'Debugging Components' sidebar_position: 4 -description: "Debug WebAssembly components on wasmCloud: diagnostic tools, common build errors, and resolution strategies." +description: 'Debug WebAssembly components on wasmCloud — diagnostic tools, common build errors from the Wasm component model, and step-by-step resolution strategies.' --- Debugging WebAssembly components is different from debugging native applications. You can't attach a traditional debugger to a Wasm component, and error messages from the build toolchain can be cryptic if you're not familiar with the Component Model. This page covers the diagnostic tools available to you, common errors you'll encounter, and how to resolve them. diff --git a/docs/wash/developer-guide/index.mdx b/docs/wash/developer-guide/index.mdx index 92b8820d7..2dec3a8e4 100644 --- a/docs/wash/developer-guide/index.mdx +++ b/docs/wash/developer-guide/index.mdx @@ -1,8 +1,9 @@ --- -title: 'Developer Guide' +title: 'wash Developer Guide — Build Wasm Components' date: 2025-09-10T12:00:00+00:00 sidebar_position: 0 draft: false +description: 'Build, debug, and publish WebAssembly components with wash on wasmCloud — language guides, capabilities, and the full Wasm component development workflow.' --- import Tabs from '@theme/Tabs'; diff --git a/docs/wash/developer-guide/language-support/go/index.mdx b/docs/wash/developer-guide/language-support/go/index.mdx index f65219de8..4af1dbb94 100644 --- a/docs/wash/developer-guide/language-support/go/index.mdx +++ b/docs/wash/developer-guide/language-support/go/index.mdx @@ -1,7 +1,8 @@ --- -title: "Go (TinyGo) Language Guide" +title: 'Go (TinyGo) Language Guide for WebAssembly' +sidebar_label: 'Go (TinyGo) Language Guide' sidebar_position: 2 -description: "Build WebAssembly components in Go with TinyGo: toolchain setup, bindings, and wasmCloud integration guide." +description: 'Build WebAssembly components in Go with TinyGo for wasmCloud — toolchain setup, wit-bindgen-go bindings, and the Wasm component model integration guide.' --- wasmCloud uses [TinyGo](https://tinygo.org/) to build WebAssembly components from Go source code. TinyGo compiles a large subset of Go to the `wasip2` target, producing Wasm components that work with the Component Model and WASI 0.2. diff --git a/docs/wash/developer-guide/language-support/index.mdx b/docs/wash/developer-guide/language-support/index.mdx index ff7a8e37e..66d8cccd1 100644 --- a/docs/wash/developer-guide/language-support/index.mdx +++ b/docs/wash/developer-guide/language-support/index.mdx @@ -1,7 +1,7 @@ --- -title: "Language Support" +title: 'Language Support for WebAssembly Components' sidebar_position: 3 -description: "Language support for WebAssembly components on wasmCloud: Rust, Go, TypeScript, Python, C#, and more." +description: 'Language support for WebAssembly components on wasmCloud — Rust, Go, TypeScript, Python, C#, .NET, and more for the Wasm component model and WASI P2.' --- wasmCloud runs standard [WebAssembly components](https://component-model.bytecodealliance.org/) targeting [WASI P2](https://wasi.dev/). Any language toolchain that can produce a Wasm component with WASI P2 support can build components that run on wasmCloud. diff --git a/docs/wash/developer-guide/language-support/rust/configuration.mdx b/docs/wash/developer-guide/language-support/rust/configuration.mdx index b7d206f4b..14f160259 100644 --- a/docs/wash/developer-guide/language-support/rust/configuration.mdx +++ b/docs/wash/developer-guide/language-support/rust/configuration.mdx @@ -1,7 +1,8 @@ --- -title: 'Configuration' +title: 'Configuration in Rust Wasm Components' +sidebar_label: 'Configuration' sidebar_position: 4 -description: "Read runtime config in Rust Wasm components using wasi:cli/environment with ConfigMaps and Secrets." +description: 'Read runtime configuration in Rust WebAssembly components on wasmCloud using wasi:cli/environment — Kubernetes ConfigMaps, Secrets, and inline values.' --- You can read runtime configuration values in a Rust component with the [`wasi:cli/environment`](https://github.com/WebAssembly/wasi-cli) interface. Configuration values can be supplied from inline key-value pairs, Kubernetes ConfigMaps, and Kubernetes Secrets. All arrive through the same interface regardless of source. diff --git a/docs/wash/developer-guide/language-support/rust/filesystem.mdx b/docs/wash/developer-guide/language-support/rust/filesystem.mdx index e57abc3e3..02bf6b582 100644 --- a/docs/wash/developer-guide/language-support/rust/filesystem.mdx +++ b/docs/wash/developer-guide/language-support/rust/filesystem.mdx @@ -1,6 +1,8 @@ --- -title: 'Filesystem' +title: 'Filesystem Access in Rust Wasm Components' +sidebar_label: 'Filesystem' sidebar_position: 3 +description: 'Add filesystem capabilities to a Rust WebAssembly component on wasmCloud using the wasi:filesystem interface — preopened directories and capability-scoped I/O.' --- You can add filesystem capabilities to a Rust component with the [`wasi:filesystem`](https://github.com/WebAssembly/WASI/tree/main/proposals/filesystem) interface. diff --git a/docs/wash/developer-guide/language-support/rust/index.mdx b/docs/wash/developer-guide/language-support/rust/index.mdx index 4c1a05448..e730ede98 100644 --- a/docs/wash/developer-guide/language-support/rust/index.mdx +++ b/docs/wash/developer-guide/language-support/rust/index.mdx @@ -1,7 +1,7 @@ --- -title: "Rust Language Guide" +title: 'Rust Language Guide for WebAssembly' sidebar_position: 0 -description: "Build WebAssembly components in Rust: wasm32-wasip2 target, wstd async library, and wasmCloud integration." +description: 'Build WebAssembly components in Rust for wasmCloud — wasm32-wasip2 target, wstd async library, cargo-component, and the full Wasm component model toolchain.' --- Rust has first-class support for building WebAssembly components. The `wasm32-wasip2` compiler target ships with the standard Rust toolchain, and the [`wstd`](https://crates.io/crates/wstd) crate provides an async standard library purpose-built for WASI 0.2 components. diff --git a/docs/wash/developer-guide/language-support/rust/key-value-storage.mdx b/docs/wash/developer-guide/language-support/rust/key-value-storage.mdx index 9ba881ab1..8556b9bc5 100644 --- a/docs/wash/developer-guide/language-support/rust/key-value-storage.mdx +++ b/docs/wash/developer-guide/language-support/rust/key-value-storage.mdx @@ -1,6 +1,8 @@ --- -title: 'Key-Value Storage' +title: 'Key-Value Storage in Rust Wasm Components' +sidebar_label: 'Key-Value Storage' sidebar_position: 1 +description: 'Add key-value storage to a Rust WebAssembly component on wasmCloud using the wasi:keyvalue interface — bucket access, atomics, and supported backends.' --- You can add key-value capabilities to a Rust component with the [`wasi:keyvalue`](https://github.com/WebAssembly/wasi-keyvalue/) interface. diff --git a/docs/wash/developer-guide/language-support/rust/messaging.mdx b/docs/wash/developer-guide/language-support/rust/messaging.mdx index 373e57333..a234ae5b7 100644 --- a/docs/wash/developer-guide/language-support/rust/messaging.mdx +++ b/docs/wash/developer-guide/language-support/rust/messaging.mdx @@ -1,6 +1,8 @@ --- -title: 'Messaging' +title: 'Messaging in Rust Wasm Components' +sidebar_label: 'Messaging' sidebar_position: 2 +description: 'Add messaging capabilities to a Rust WebAssembly component on wasmCloud using the wasmcloud:messaging interface — publish, subscribe, and request/reply.' --- You can add messaging capabilities to a Rust component with the [`wasmcloud:messaging`](https://github.com/wasmCloud/wasmCloud/tree/main/wit/messaging.wit) interface. diff --git a/docs/wash/developer-guide/language-support/typescript/blob-storage.mdx b/docs/wash/developer-guide/language-support/typescript/blob-storage.mdx index 805f92605..05753abca 100644 --- a/docs/wash/developer-guide/language-support/typescript/blob-storage.mdx +++ b/docs/wash/developer-guide/language-support/typescript/blob-storage.mdx @@ -1,6 +1,8 @@ --- -title: "Blob Storage" +title: 'Blob Storage in TypeScript Wasm Components' +sidebar_label: 'Blob Storage' sidebar_position: 1 +description: 'Add blob storage capabilities to a TypeScript WebAssembly component on wasmCloud using the wasi:blobstore interface — object storage backends and APIs.' --- You can add blob storage capabilities to a component with the [`wasi:blobstore`](https://github.com/WebAssembly/wasi-blobstore/) interface. diff --git a/docs/wash/developer-guide/language-support/typescript/configuration.mdx b/docs/wash/developer-guide/language-support/typescript/configuration.mdx index 9e4218c63..5dab2fa91 100644 --- a/docs/wash/developer-guide/language-support/typescript/configuration.mdx +++ b/docs/wash/developer-guide/language-support/typescript/configuration.mdx @@ -1,7 +1,8 @@ --- -title: "Configuration" +title: 'Configuration in TypeScript Wasm Components' +sidebar_label: 'Configuration' sidebar_position: 3 -description: "Read runtime config in TypeScript Wasm components using wasi:cli/environment with ConfigMaps and Secrets." +description: 'Read runtime configuration in TypeScript WebAssembly components on wasmCloud using wasi:cli/environment — Kubernetes ConfigMaps, Secrets, and inline values.' --- You can read runtime configuration values in a TypeScript component with the [`wasi:cli/environment`](https://github.com/WebAssembly/wasi-cli) interface. Configuration values can be supplied from inline key-value pairs, Kubernetes ConfigMaps, and Kubernetes Secrets. All arrive through the same interface regardless of source. diff --git a/docs/wash/developer-guide/language-support/typescript/filesystem.mdx b/docs/wash/developer-guide/language-support/typescript/filesystem.mdx index ab5c3ae2b..558709823 100644 --- a/docs/wash/developer-guide/language-support/typescript/filesystem.mdx +++ b/docs/wash/developer-guide/language-support/typescript/filesystem.mdx @@ -1,6 +1,8 @@ --- -title: "Filesystem" +title: 'Filesystem Access in TypeScript Wasm Components' +sidebar_label: 'Filesystem' sidebar_position: 3 +description: 'Add filesystem capabilities to a TypeScript WebAssembly component on wasmCloud using the wasi:filesystem interface — preopened directories and file I/O.' --- You can add filesystem capabilities to a component with the [`wasi:filesystem`](https://github.com/WebAssembly/WASI/tree/main/proposals/filesystem) interface. diff --git a/docs/wash/developer-guide/language-support/typescript/index.mdx b/docs/wash/developer-guide/language-support/typescript/index.mdx index bcd22b61e..146443fe3 100644 --- a/docs/wash/developer-guide/language-support/typescript/index.mdx +++ b/docs/wash/developer-guide/language-support/typescript/index.mdx @@ -1,7 +1,7 @@ --- -title: "TypeScript Language Guide" +title: 'TypeScript Language Guide for WebAssembly' sidebar_position: 1 -description: "Build WebAssembly components in TypeScript: toolchain, Hono integration, and wasmCloud patterns." +description: 'Build WebAssembly components in TypeScript for wasmCloud — jco toolchain, componentize-js, Hono integration, and Wasm component model patterns.' --- TypeScript and JavaScript are first-class languages for building WebAssembly components on wasmCloud. This guide covers the toolchain, patterns for handling HTTP requests, framework integration with Hono, and practical guidance for library compatibility. diff --git a/docs/wash/developer-guide/language-support/typescript/key-value-storage.mdx b/docs/wash/developer-guide/language-support/typescript/key-value-storage.mdx index 5448abb48..a748e01c8 100644 --- a/docs/wash/developer-guide/language-support/typescript/key-value-storage.mdx +++ b/docs/wash/developer-guide/language-support/typescript/key-value-storage.mdx @@ -1,6 +1,8 @@ --- -title: "Key-Value Storage" +title: 'Key-Value Storage in TypeScript Wasm Components' +sidebar_label: 'Key-Value Storage' sidebar_position: 0 +description: 'Add key-value storage to a TypeScript WebAssembly component on wasmCloud using the wasi:keyvalue interface — bucket access and supported backends.' --- You can add key-value capabilities to a component with the [`wasi:keyvalue`](https://github.com/WebAssembly/wasi-keyvalue/) interface. diff --git a/docs/wash/developer-guide/language-support/typescript/messaging.mdx b/docs/wash/developer-guide/language-support/typescript/messaging.mdx index 1de4f8f44..054e4f281 100644 --- a/docs/wash/developer-guide/language-support/typescript/messaging.mdx +++ b/docs/wash/developer-guide/language-support/typescript/messaging.mdx @@ -1,6 +1,8 @@ --- -title: "Messaging" +title: 'Messaging in TypeScript Wasm Components' +sidebar_label: 'Messaging' sidebar_position: 2 +description: 'Add messaging capabilities to a TypeScript WebAssembly component on wasmCloud using the wasmcloud:messaging interface — publish, subscribe, and request/reply.' --- You can add messaging capabilities to a component with the [`wasmcloud:messaging`](https://github.com/wasmCloud/wasmCloud/tree/main/wit/messaging.wit) interface. diff --git a/docs/wash/developer-guide/network-access-and-socket-isolation.mdx b/docs/wash/developer-guide/network-access-and-socket-isolation.mdx index 29a23a346..f73d572ac 100644 --- a/docs/wash/developer-guide/network-access-and-socket-isolation.mdx +++ b/docs/wash/developer-guide/network-access-and-socket-isolation.mdx @@ -3,7 +3,7 @@ title: 'Network Access and Socket Isolation' date: 2026-03-19T00:00:00+00:00 sidebar_position: 3 draft: false -description: "wasmCloud's socket policy and network isolation model: what's allowed, what's denied, and how to configure access." +description: "wasmCloud's socket policy and network isolation for WebAssembly components — what's allowed, what's denied, and how to configure access on Kubernetes." --- wasmCloud enforces a well-defined socket policy at the host level, giving you predictable security boundaries without requiring components to implement their own restrictions. This page explains what's allowed and denied by default, how the isolation model works, and when to use each networking pattern. diff --git a/docs/wash/developer-guide/useful-webassembly-tools.mdx b/docs/wash/developer-guide/useful-webassembly-tools.mdx index fcb089a0c..04ca86515 100644 --- a/docs/wash/developer-guide/useful-webassembly-tools.mdx +++ b/docs/wash/developer-guide/useful-webassembly-tools.mdx @@ -1,8 +1,9 @@ --- -title: "Useful WebAssembly Tools" +title: 'Useful WebAssembly Tools and Utilities' +sidebar_label: 'Useful WebAssembly Tools' date: 2024-04-08T00:00:00+00:00 icon: "ti-map" # themify icon pack : https://themify.me/themify-icons -description: "A collection of common WebAssembly tools" +description: 'A curated list of useful WebAssembly tools and utilities — wasm-tools, wit-bindgen, jco, componentize, and more for building Wasm components on wasmCloud.' type: "docs" sidebar_position: 5 --- diff --git a/docs/wash/faq.mdx b/docs/wash/faq.mdx index 3dc86c848..15a3ed578 100644 --- a/docs/wash/faq.mdx +++ b/docs/wash/faq.mdx @@ -1,7 +1,11 @@ --- -title: "FAQ" +title: 'wash FAQ — Wasm Shell CLI Questions' +hide_title: true +sidebar_label: 'FAQ' sidebar_position: 6 +description: 'Frequently asked questions about wash, the Wasm Shell CLI — installation, builds, publishing, and the wasmCloud WebAssembly development workflow.' --- + # Wasm Shell Frequently Asked Questions (FAQ) ## General Questions diff --git a/docs/wash/index.mdx b/docs/wash/index.mdx index 07c38288a..3a07e8988 100644 --- a/docs/wash/index.mdx +++ b/docs/wash/index.mdx @@ -1,7 +1,9 @@ --- -title: 'Introduction' +title: 'wash — Wasm Shell CLI for wasmCloud' +hide_title: true sidebar_position: 0 toc_max_heading_level: 2 +description: 'wash is the Wasm Shell CLI for developing, building, and publishing WebAssembly components on wasmCloud — your primary tool for the Wasm component model.' --- import Tabs from '@theme/Tabs'; @@ -9,7 +11,7 @@ import TabItem from '@theme/TabItem'; # Wasm Shell (wash) CLI -### **Wasm Shell** (`wash`) is the comprehensive command-line tool for developing, building, and publishing WebAssembly components. +## **Wasm Shell** (`wash`) is the comprehensive command-line tool for developing, building, and publishing WebAssembly components. The CLI provides an intuitive developer experience for the modern Wasm ecosystem, from project scaffolding to building and pushing components to OCI registries. diff --git a/docs/wash/registries.mdx b/docs/wash/registries.mdx index 33566f0d7..0c0d242e3 100644 --- a/docs/wash/registries.mdx +++ b/docs/wash/registries.mdx @@ -1,7 +1,8 @@ --- -title: "Registries" +title: 'OCI Registries for WebAssembly Components' +sidebar_label: 'Registries' sidebar_position: 5 -description: "Push and pull WebAssembly components as OCI artifacts using wash with any OCI-compliant container registry." +description: 'Push and pull WebAssembly components as OCI artifacts using wash with any OCI-compliant container registry — GHCR, Docker Hub, ECR, and private mirrors.' --- # Wasm Shell and OCI Registries @@ -10,7 +11,7 @@ Wasm Shell enables component developers to push WebAssembly components to Open C OCI artifacts include a wide range of content types such as WebAssembly components, Software Bill of Materials (SBOMs), and Helm charts as well as container images. -### Authenticating to OCI registries +## Authenticating to OCI registries `wash` supports loading Docker credentials. There are multiple [ways to authenticate with Docker credentials](https://docs.docker.com/reference/cli/docker/login/), including the `docker login` command with the docker CLI: @@ -18,7 +19,7 @@ OCI artifacts include a wide range of content types such as WebAssembly componen docker login -u -p ``` -### How to push a WebAssembly component to an OCI registry +## How to push a WebAssembly component to an OCI registry Push the component to your registry: @@ -29,7 +30,7 @@ wash oci push ghcr.io/cosmonic-labs/components/hello:0.2.0 ./dist/http-hello-wor * The target registry address (including artifact name and tag) are specified for the first option with `wash oci push`. * The second option defines the target path for the component binary to push. -### How to pull a WebAssembly component from an OCI registry +## How to pull a WebAssembly component from an OCI registry Pull the component from your registry: @@ -37,7 +38,7 @@ Pull the component from your registry: wash oci pull ghcr.io/wasmcloud/components/http-hello-world-rust:0.1.0 ``` -### Further reading +## Further reading * `wash` uses the `oras` client library (Rust) for OCI functionality. See the [`oras` documentation](https://oras.land/docs/) for more information. * Learn more about the OCI standard at [https://opencontainers.org/](https://opencontainers.org/). \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8dc2007af..c14ef2146 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -256,6 +256,10 @@ const config = (async (): Promise => { themeConfig: { image: '/logo/wasmcloud-social.png', + metadata: [ + { property: 'og:type', content: 'website' }, + { name: 'twitter:site', content: '@wasmcloud' }, + ], navbar: { title: 'wasmCloud', logo: { diff --git a/src/pages/_index/index.tsx b/src/pages/_index/index.tsx index c4046c24a..a6f2273c2 100644 --- a/src/pages/_index/index.tsx +++ b/src/pages/_index/index.tsx @@ -18,8 +18,8 @@ import { Cncf } from './_components/cncf'; function ContactForm() { return (
diff --git a/src/pages/contact/index.tsx b/src/pages/contact/index.tsx index 8bb79ad62..72309fb4b 100644 --- a/src/pages/contact/index.tsx +++ b/src/pages/contact/index.tsx @@ -6,8 +6,8 @@ function ContactForm() { return ( + title={`Get in Touch — Contact Sales & Support`} + description="Contact the wasmCloud team for sales, support, or community questions about our WebAssembly application platform and Kubernetes integration.">
diff --git a/src/pages/feedback/backstage/index.mdx b/src/pages/feedback/backstage/index.mdx index e1a30c34e..f2ec49525 100644 --- a/src/pages/feedback/backstage/index.mdx +++ b/src/pages/feedback/backstage/index.mdx @@ -1,6 +1,6 @@ --- -title: 'Feedback: wasmCloud + Backstage' -description: 'Tell us how you use Backstage' +title: 'Backstage Integration Feedback Survey' +description: 'Share how you use Backstage with wasmCloud. Your feedback helps us build better internal developer platform integrations for the WebAssembly community.' --- import HubspotForm from 'react-hubspot-form'; diff --git a/src/pages/gather/index.tsx b/src/pages/gather/index.tsx index 8e694dc13..98183a302 100644 --- a/src/pages/gather/index.tsx +++ b/src/pages/gather/index.tsx @@ -11,7 +11,7 @@ function ContactForm() { }, []); return ( - +