ladybird/Libraries/LibWasm
Jonne Ransijn d7a721951e LibWasm: Fix UB in LibWasm
Now that `Optional<T&>` are trivially copyable/movable, it is
triggering Undefined Behaviour checks on GCC. We can resolve those
by using an union.
2024-12-04 01:58:22 +01:00
..
AbstractMachine LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
Parser LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
Printer Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Tests Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
WASI LibWasm: Clean up #include directives 2024-11-21 14:08:33 +01:00
CMakeLists.txt LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Constants.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Opcode.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Types.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Wasi.h LibWasm: Fix UB in LibWasm 2024-12-04 01:58:22 +01:00