ladybird/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 402e151b62 LibWasm: Move the "rest" of br_if.nostack into a separate function
...instead of a lambda, so gcc doesn't have to deal with annotations on
lambdas.
2026-05-28 10:34:26 +02:00
..
AbstractMachine.cpp LibWasm: Only build the compiled function table once per module 2026-05-27 09:52:34 +02:00
AbstractMachine.h LibWasm: Only build the compiled function table once per module 2026-05-27 09:52:34 +02:00
BytecodeInterpreter.cpp LibWasm: Move the "rest" of br_if.nostack into a separate function 2026-05-28 10:34:26 +02:00
BytecodeInterpreter.h LibWasm+Meta: Add Cranelift AOT compilation backend 2026-05-10 16:41:42 +02:00
Configuration.cpp LibWasm: Only build the compiled function table once per module 2026-05-27 09:52:34 +02:00
Configuration.h LibWasm: Only build the compiled function table once per module 2026-05-27 09:52:34 +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+LibWeb: Add per-module wasm compile stats 2026-05-27 09:52:34 +02:00
Validator.h LibWasm+LibWeb: Serialize and save compiled wasm as a cache blob 2026-05-27 09:52:34 +02:00