ladybird/Libraries/LibWasm
Ali Mohammad Pur 9ceb8052c8 LibWasm: Avoid revalidating memory/address for every element in memory.*
This also "fixes" the "address leak" detected by GCC (which is not
actually leaked to the tailcalled function).
2025-10-06 16:00:02 +02:00
..
AbstractMachine LibWasm: Avoid revalidating memory/address for every element in memory.* 2025-10-06 16:00:02 +02:00
Parser LibWasm: Use 0x40 flag for SIMD memory memidx like scalar ops 2025-09-06 06:19:40 +02:00
Printer LibWasm: Close byte list for active data segments in WAT output 2025-09-06 06:21:03 +02:00
Tests LibWasm: Take memory_fill arguments in the right order 2025-10-04 11:17:08 +02: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+LibWeb: Throw a js stack-overflow error if wasm stack overflows 2025-05-22 07:35:58 +01:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Opcode.h LibWasm: Fix pushes for i16x8.replace_lane in Opcode table 2025-09-06 06:06:44 +02:00
Types.h LibWasm: Utilise direct threading if/when possible 2025-10-01 23:47:29 +02:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00