From b76dbb3a5c29d26dc8aa8bf7002856c9fbb6367c Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 26 May 2026 11:34:33 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 921587760 --- upb/port/def.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upb/port/def.inc b/upb/port/def.inc index 78cb5c781eb7b..a638526059bb2 100644 --- a/upb/port/def.inc +++ b/upb/port/def.inc @@ -721,7 +721,7 @@ Error, UINTPTR_MAX is undefined __asm__(".private_extern _" #to); \ __asm__(".set _" #to ", _" #from); -#elif defined(__ELF__) +#elif defined(__ELF__) || defined(__wasm__) // On ELF, weak aliases work properly, so we can have all weak MiniTables point // to the same empty singleton MiniTable. This reduces code size if many