ladybird/Libraries/LibWasm
Ali Mohammad Pur 2397ae4af5 LibWasm: Use [[gnu::musttail]] on new-enough GCC versions
This is supported starting GCC 15.
The warning -Wmaybe-musttail-local-addr complained about &value possibly
escaping (it cannot, but gcc is being pessimistic about
store_to_memory), so a little rearrangement of that function was
necessary.
2025-10-01 23:47:29 +02:00
..
AbstractMachine LibWasm: Use [[gnu::musttail]] on new-enough GCC versions 2025-10-01 23:47:29 +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: Fix memory.fill ignoring memory index and unsafe bounds check 2025-09-06 08:51:11 +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