From 501be83f82c43ed11e1cb8ef4acdde71dc28efb6 Mon Sep 17 00:00:00 2001 From: craigbox Date: Thu, 19 Mar 2020 23:06:15 +0000 Subject: [PATCH] WASM => "Wasm" (or "WebAssembly" on first use) (#6916) --- content/en/blog/2020/deploy-wasm-declarative/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/2020/deploy-wasm-declarative/index.md b/content/en/blog/2020/deploy-wasm-declarative/index.md index cfbe92d936..27252ef44d 100644 --- a/content/en/blog/2020/deploy-wasm-declarative/index.md +++ b/content/en/blog/2020/deploy-wasm-declarative/index.md @@ -1,7 +1,7 @@ --- -title: Declarative WASM deployment for Istio +title: Declarative WebAssembly deployment for Istio subtitle: Deploy extensions to Envoy in Istio using a declarative model to align with GitOps workflows -description: Configuring WASM extensions for Envoy and Istio declaratively. +description: Configuring Wasm extensions for Envoy and Istio declaratively. publishdate: 2020-03-16 attribution: "Christian Posta (Solo.io)" keywords: [wasm,extensibility,alpha,operator]