1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 09:14:58 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur b15a5d6ada LibWasm: Ensure that value signs are preserved when casting
Also makes normal arithmetic operations more spec-compliant by actually
ignoring overflow on them.
2021-06-02 16:09:16 +04:30
..
AbstractMachine.cpp LibWasm: Implement reference instructions (ref.{null,func,is_null}) 2021-06-02 16:09:16 +04:30
AbstractMachine.h LibWasm: Implement reference instructions (ref.{null,func,is_null}) 2021-06-02 16:09:16 +04:30
Configuration.cpp LibWasm: Implement reference instructions (ref.{null,func,is_null}) 2021-06-02 16:09:16 +04:30
Configuration.h LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Ensure that value signs are preserved when casting 2021-06-02 16:09:16 +04:30
Interpreter.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30