ladybird/Libraries/LibWasm/AbstractMachine
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.cpp LibWasm: Partially implement the (new) exception handling proposal 2026-06-19 17:01:47 +02:00
AbstractMachine.h LibWeb+LibWasm: Keep WebAssembly cache storage stable 2026-06-19 17:01:47 +02:00
BytecodeInterpreter.cpp LibWasm: Partially implement the (new) exception handling proposal 2026-06-19 17:01:47 +02:00
BytecodeInterpreter.h LibWasm: Partially implement the (new) exception handling proposal 2026-06-19 17:01:47 +02:00
Configuration.cpp LibWasm: Start execution immediately after validation 2026-06-05 00:08:11 +02:00
Configuration.h LibWasm: Back wasm-gc aggregate instances with the LibGC heap 2026-06-19 17:01:47 +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 LibWeb+LibWasm: Keep WebAssembly cache storage stable 2026-06-19 17:01:47 +02:00
Validator.h LibWasm: Validate the wasm-gc and function-references instructions 2026-06-19 17:01:47 +02:00