ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 7fec66dd1c LibWasm: Make clang happy by removing an 'extra' set of parenthesis
These aren't actually an extra set, without them the fold operation
would be syntactically invalid.
Also remove possible cast of float->double/double->float in Value::to()
2021-05-17 23:25:30 +02:00
..
AbstractMachine.cpp LibWasm: Execute the start function, if one exists 2021-05-17 23:25:30 +02:00
AbstractMachine.h LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
Configuration.cpp LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Configuration.h LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Interpreter.cpp LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Interpreter.h LibWasm: Implement most of the remaining instructions 2021-05-17 23:25:30 +02:00