1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 10:25:10 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur e0b17988bd LibWasm: Make f32-add/sub actually perform addition/subtraction
Instead of applying a unary operator to the ToS.
This alone fixes 4% of the spec test issues.
2021-05-30 01:34:28 +04:30
..
AbstractMachine.cpp LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
AbstractMachine.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30
Configuration.cpp LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Configuration.h LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Make f32-add/sub actually perform addition/subtraction 2021-05-30 01:34:28 +04:30
Interpreter.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30