ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur f91fa79fc5 LibWasm: Use the current configuration to run call ops
This should make it easier to implement multiple types of interpreters
on top of a configuration, and also give a small speed boost in not
initialising as many Stack objects.
2021-05-27 17:28:41 +04:30
..
AbstractMachine.cpp LibWasm: Make Frame a value type as well 2021-05-27 17:28:41 +04:30
AbstractMachine.h LibWasm: Make Frame a value type as well 2021-05-27 17:28:41 +04:30
Configuration.cpp LibWasm: Use the current configuration to run call ops 2021-05-27 17:28:41 +04:30
Configuration.h LibWasm: Use the current configuration to run call ops 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Use the current configuration to run call ops 2021-05-27 17:28:41 +04:30
Interpreter.h LibWasm: Don't put values and labels in OwnPtrs 2021-05-27 17:28:41 +04:30