ladybird/Libraries/LibWasm
Ali Mohammad Pur 5ab2eaed8c LibWasm: Fix some signedness bugs
- memory.grow page count
- memory.copy offsets and underflow in copy op
- table_{set,get} index exec
2026-05-10 16:41:42 +02:00
..
AbstractMachine LibWasm: Fix some signedness bugs 2026-05-10 16:41:42 +02:00
Parser LibWasm: Implement call_ref and return_call_ref instructions 2026-03-07 16:05:20 +01:00
Printer LibWasm: Implement call_ref and return_call_ref instructions 2026-03-07 16:05:20 +01:00
Tests LibWasm: Use the right indices for i64 constlocal fused ops 2026-02-23 00:22:47 +01:00
WASI LibWasm: Split parameters from locals 2026-02-02 14:11:49 +01:00
CMakeLists.txt Utilities/wasm: Enable on Windows 2025-08-24 12:58:27 -06:00
Constants.h LibWasm: Parse and validate array types 2026-02-10 13:00:16 +01:00
Forward.h LibWasm: Prepare for VM and direct function calls 2026-05-10 16:41:42 +02:00
Opcode.h LibWasm: Implement call_ref and return_call_ref instructions 2026-03-07 16:05:20 +01:00
Types.h LibWasm: Implement call_ref and return_call_ref instructions 2026-03-07 16:05:20 +01:00
Wasi.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00