ladybird/Userland/Libraries/LibWasm
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 LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
Parser LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
Printer LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
CMakeLists.txt LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Constants.h LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Opcode.h LibWasm: Un-nest the structured instructions 2021-05-13 19:44:32 +01:00
Types.h LibWasm: Stub out/implement parsing of all ElementSection segments 2021-05-13 19:44:32 +01:00