ladybird/Libraries/LibWasm
Andreas Kling 09e22e31c2 LibWasm: Use u32 for *Type and InstructionPointer typedefs
We were already parsing these as u32, so it was completely wasted
storage. This shrinks Wasm::Instruction by 16 bytes.
2025-12-21 12:08:41 -06:00
..
AbstractMachine LibWasm: Use u32 for *Type and InstructionPointer typedefs 2025-12-21 12:08:41 -06:00
Parser LibWasm: Properly read and validate limits for I64 memories and tables 2025-10-19 17:28:11 +02:00
Printer LibWasm+LibWeb: Stub wasm-gc's heap reference types 2025-10-15 01:26:29 +02:00
Tests Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
WASI Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
CMakeLists.txt Utilities/wasm: Enable on Windows 2025-08-24 12:58:27 -06:00
Constants.h LibWasm: Better handle oversized table allocation requests 2025-12-12 19:12:53 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Opcode.h LibWasm: Implement parsing/validation for proposal exception-handling 2025-10-15 01:26:29 +02:00
Types.h LibWasm: Use u32 for *Type and InstructionPointer typedefs 2025-12-21 12:08:41 -06:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00