1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
AbstractMachine.cpp LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00
AbstractMachine.h LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00
BytecodeInterpreter.cpp LibWasm: Remove traps caught by validation 2021-11-11 09:20:04 +01:00
BytecodeInterpreter.h LibWasm: Replace memory write macros with templated functions 2021-08-12 21:03:53 +02:00
Configuration.cpp LibWasm: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03: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 Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Validator.cpp LibWasm: Fix broken build after merging un-rebased Validator changes 2021-11-11 09:27:00 +01:00
Validator.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00