1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur fecbf0e03a LibWasm: Make blocks that take arguments actually work
Previously we were ignoring the actual parameters and setting the arity
to an incorrect value, which could cause crashes (or unexpected traps).
2021-12-21 05:03:44 +03:30
..
AbstractMachine LibWasm: Make blocks that take arguments actually work 2021-12-21 05:03:44 +03:30
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