From dee0f4780f54eeba889fefc407a9b49eedf574fe Mon Sep 17 00:00:00 2001 From: Matt Leon Date: Mon, 1 Jun 2026 14:15:14 -0400 Subject: [PATCH] Add bytecode_util to wasm_vm_headers This is to be used by all wasm_vm integrations for serialize(). Signed-off-by: Matt Leon --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 08341aed..0b53661d 100644 --- a/BUILD +++ b/BUILD @@ -36,6 +36,7 @@ filegroup( cc_library( name = "wasm_vm_headers", hdrs = [ + "include/proxy-wasm/bytecode_util.h", "include/proxy-wasm/limits.h", "include/proxy-wasm/sdk.h", "include/proxy-wasm/wasm_vm.h",