serenity/Userland/Libraries/LibWasm
Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x}
We have a dedicated format specifier which adds the "0x" prefix, so
let's use that instead of adding it manually.
2021-07-22 08:57:01 +02:00
..
AbstractMachine LibWasm: Remove a useless use of ScopeGuard 2021-07-17 01:13:39 +04:30
Parser Everywhere: Prefer using {:#x} over 0x{:x} 2021-07-22 08:57:01 +02:00
Printer
Tests
CMakeLists.txt
Constants.h
Opcode.h
Types.h