diff --git a/envoy/COMMIT b/envoy/COMMIT
index cb86c50f2e..f10d42fc9e 100644
--- a/envoy/COMMIT
+++ b/envoy/COMMIT
@@ -1 +1 @@
-9e447bfaa2eaf29925bfb279b83e1ad202d1b514
+19726b78c218801069d74b796727d76b89e2b54c
diff --git a/envoy/extensions/wasm/v3/wasm.pb.go b/envoy/extensions/wasm/v3/wasm.pb.go
index 4b96e434fd..a31a41f5c0 100755
--- a/envoy/extensions/wasm/v3/wasm.pb.go
+++ b/envoy/extensions/wasm/v3/wasm.pb.go
@@ -137,7 +137,7 @@ type VmConfig struct {
// [#comment: TODO: add ref for details.]
VmId string `protobuf:"bytes,1,opt,name=vm_id,json=vmId,proto3" json:"vm_id,omitempty"`
// The Wasm runtime type, defaults to the first available Wasm engine used at Envoy build-time.
- // The priority to search for the available engine is: v8 -> wasmtime -> wamr -> wavm.
+ // The priority to search for the available engine is: v8 -> wasmtime -> wamr.
// Available Wasm runtime types are registered as extensions. The following runtimes are included
// in Envoy code base:
//
@@ -155,11 +155,6 @@ type VmConfig struct {
// **envoy.wasm.runtime.wamr**: `WAMR `_-based WebAssembly runtime.
// This runtime is not enabled in the official build.
//
- // .. _extension_envoy.wasm.runtime.wavm:
- //
- // **envoy.wasm.runtime.wavm**: `WAVM `_-based WebAssembly runtime.
- // This runtime is not enabled in the official build.
- //
// .. _extension_envoy.wasm.runtime.wasmtime:
//
// **envoy.wasm.runtime.wasmtime**: `Wasmtime `_-based WebAssembly runtime.