ladybird/Libraries/LibWasm
Andreas Kling 164ed80244 Meta: Enable exit-time destructor warnings for libraries
Enable -Wexit-time-destructors for all in-tree library targets and
update process-lifetime library statics so they no longer register
exit-time destructors. Long-lived caches, lookup tables, singleton
registries, and generated constants now use NeverDestroyed or leaked
references where the data is intended to live until process exit.

Update LibWeb, LibLine, and the binding generators so regenerated
sources follow the same rule instead of reintroducing destructed
statics.
2026-06-04 19:20:49 +02:00
..
AbstractMachine Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Parser LibWasm: Store try_table catches out of line 2026-05-14 12:19:38 +02:00
Printer Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
Rust LibWasm: Handle traps emitted from cranelift 2026-06-03 11:51:43 +02:00
Tests LibWasm: Fix “return” leaking intermediate value-stack entries to caller 2026-05-25 09:00:44 +02:00
WASI Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CMakeLists.txt LibWasm: Block while waiting for Cranelift compilation 2026-06-04 00:15:26 +02:00
Constants.h LibWasm: Parse and validate array types 2026-02-10 13:00:16 +01:00
CraneliftBridge.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
CraneliftStubs.cpp LibWasm: Correctly handle failed validation 2026-06-03 11:51:43 +02:00
Forward.h LibWasm: Prepare for VM and direct function calls 2026-05-10 16:41:42 +02:00
Opcode.h LibWasm: Store opcodes in 32 bits 2026-05-14 12:19:38 +02:00
Types.h LibWasm: Block while waiting for Cranelift compilation 2026-06-04 00:15:26 +02:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00