1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 17:25:06 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 3a9f00c59b Everywhere: Use OOM-safe ByteBuffer APIs where possible
If we can easily communicate failure, let's avoid asserting and report
failure instead.
2021-09-06 01:53:26 +02:00
..
AbstractMachine.cpp LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
AbstractMachine.h Everywhere: Use OOM-safe ByteBuffer APIs where possible 2021-09-06 01:53:26 +02:00
BytecodeInterpreter.cpp LibWasm: Implement fx.nearest using nearbyint() instead of round() 2021-08-30 22:47:02 +02:00
BytecodeInterpreter.h LibWasm: Replace memory write macros with templated functions 2021-08-12 21:03:53 +02:00
Configuration.cpp LibWasm: Move some Values and Vector<Value>s instead of copying them 2021-08-12 21:03:53 +02:00
Configuration.h LibWasm: Replace the numeric operation macros with templated functions 2021-08-12 21:03:53 +02:00
Interpreter.h LibWasm: Give traps a reason and display it when needed 2021-07-02 04:53:01 +04:30
Operators.h LibWasm: Make the Truncate operator trap on undefined results 2021-08-30 22:47:02 +02:00