Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion upb/port/def.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading