ladybird/Libraries/LibWasm/AbstractMachine
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.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
AbstractMachine.h LibWeb+LibWasm: Don't wait for JIT-compilation of wasm modules 2026-06-03 11:51:43 +02:00
BytecodeInterpreter.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
BytecodeInterpreter.h LibWasm+Meta: Add Cranelift AOT compilation backend 2026-05-10 16:41:42 +02:00
Configuration.cpp LibWeb+LibWasm: Don't wait for JIT-compilation of wasm modules 2026-06-03 11:51:43 +02:00
Configuration.h LibWeb+LibWasm: Don't wait for JIT-compilation of wasm modules 2026-06-03 11:51:43 +02:00
Interpreter.h LibWasm: Make traps hold on to externally-managed data 2025-04-22 08:43:46 -06:00
Operators.h LibWasm: Implement (n)madd/vetor dot arguments the right way 2025-12-12 19:12:53 +01:00
Validator.cpp LibWasm: Validate a tag's type index before dereferencing it 2026-06-04 13:54:58 +02:00
Validator.h LibWeb+LibWasm: Don't wait for JIT-compilation of wasm modules 2026-06-03 11:51:43 +02:00