ladybird/Userland/Libraries/LibWasm
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 AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Parser AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
Printer LibWasm: Add missing forward declaration to Printer/Printer.h 2021-10-06 23:52:40 +01:00
Tests Meta+LibWasm: Add support for module linking tests 2021-06-22 00:26:25 +04:30
CMakeLists.txt LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00
Constants.h LibWasm: Move the vector size limit to Constants.h and increase it a bit 2021-09-05 15:42:50 +04:30
Forward.h LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00
Opcode.h LibWasm: Make opcode definitions enumerable through a macro 2021-11-11 09:20:04 +01:00
Types.h LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00