1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Userland/Libraries/LibWasm
Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
AbstractMachine LibWasm: Create AK::StackInfo once per AbstractMachine 2023-05-28 13:20:56 +02:00
Parser LibWasm: Replace usages of the Endian bytes accessor 2023-04-12 07:33:15 -04:00
Printer Everywhere: Run clang-format 2023-07-08 10:32:56 +01:00
Tests Meta+LibWasm: Add support for module linking tests 2021-06-22 00:26:25 +04:30
WASI Everywhere: Run clang-format 2023-07-08 10:32:56 +01:00
CMakeLists.txt LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Constants.h LibWasm: Allow vectors of up to 500M entries 2022-10-24 15:54:20 +02:00
Forward.h LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Opcode.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
Types.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Wasi.h LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30