From 2bea8ebd8192057aec08071c7c42a7cdd584d47b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 22 Sep 2022 12:08:41 +0000 Subject: [PATCH] Fix sample with asm file name change --- examples/singleton/envoycfg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/singleton/envoycfg.yaml b/examples/singleton/envoycfg.yaml index 70754b1..ca2fb41 100644 --- a/examples/singleton/envoycfg.yaml +++ b/examples/singleton/envoycfg.yaml @@ -41,7 +41,7 @@ static_resources: code: # See https://github.com/envoyproxy/envoy-wasm/blob/master/api/envoy/config/core/v3/base.proto local: - filename: build/optimized.wasm + filename: build/release.wasm - name: envoy.filters.http.router - name: auth_service @@ -155,4 +155,4 @@ bootstrap_extensions: code: # See https://github.com/envoyproxy/envoy-wasm/blob/master/api/envoy/config/core/v3/base.proto local: - filename: build/optimized.wasm + filename: build/release.wasm