ladybird/Userland/Libraries/LibWasm
Andrew Kaster d809637023 Userland: Resolve tautological-constant-out-of-range-compare warnings
Stop comparing platform-specific sized integer types to max() values of
other interger types. Enable the warning everywhere.
2022-01-04 07:51:31 +00:00
..
AbstractMachine Userland: Resolve tautological-constant-out-of-range-compare warnings 2022-01-04 07:51:31 +00:00
Parser LibWasm: Tolerate modules with invalid sections and mark them as invalid 2021-12-21 05:03:44 +03:30
Printer LibWasm: Make shown instruction names match the names in the spec 2021-12-21 05:03:44 +03:30
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: Tolerate modules with invalid sections and mark them as invalid 2021-12-21 05:03:44 +03:30