ladybird/Libraries/LibWasm
Ali Mohammad Pur b3f3d68291 LibWeb+LibWasm: Keep WebAssembly cache storage stable
These need to stay in place across rehashes so we can avoid querying
their address on every collection cycle.
2026-06-19 17:01:47 +02:00
..
AbstractMachine LibWeb+LibWasm: Keep WebAssembly cache storage stable 2026-06-19 17:01:47 +02:00
Parser LibWeb+LibWasm: Keep WebAssembly cache storage stable 2026-06-19 17:01:47 +02:00
Printer LibWasm: Back wasm-gc aggregate instances with the LibGC heap 2026-06-19 17:01:47 +02:00
Rust LibWasm: Start execution immediately after validation 2026-06-05 00:08:11 +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: Back wasm-gc aggregate instances with the LibGC heap 2026-06-19 17:01:47 +02:00
Constants.h LibWasm: Parse wasm-gc types 2026-06-19 17:01:47 +02:00
CraneliftBridge.cpp LibWasm: Implement the spec's type matching relations 2026-06-19 17:01:47 +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: Partially implement the (new) exception handling proposal 2026-06-19 17:01:47 +02:00
Types.h LibWasm: Validate the wasm-gc and function-references instructions 2026-06-19 17:01:47 +02:00
TypeSystem.cpp LibWasm: Validate the wasm-gc and function-references instructions 2026-06-19 17:01:47 +02:00
TypeSystem.h LibWasm: Validate the wasm-gc and function-references instructions 2026-06-19 17:01:47 +02:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00