ladybird/Userland/Libraries/LibWasm
Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount},
this commit removes all calls to these functions and replaces them with
the equivalent functions in AK/BuiltinWrappers.h.
2021-12-21 22:13:51 +01:00
..
AbstractMachine AK+Everywhere: Replace __builtin bit functions 2021-12-21 22:13:51 +01: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