ladybird/Userland/Libraries/LibWasm
Enver Balalic f0a306fe50 LibWasm: Implement most of iNxM SIMD operations
With this we pass an additional ~2100 tests.
We are left with 7106 WASM fails :).

There's still some test cases in the iNxM tests that fail with
this PR, but they are somewhat weird.

Co-authored-by: Diego Frias <styx5242@gmail.com>
2024-07-14 11:35:11 +02:00
..
AbstractMachine LibWasm: Implement most of iNxM SIMD operations 2024-07-14 11:35:11 +02:00
Parser LibWasm: Error when parsed section lengths are invalidated 2024-07-09 14:22:31 +02:00
Printer
Tests
WASI LibWasm: Give names to functions exported to JS via ref.func 2024-07-10 00:37:18 +02:00
CMakeLists.txt Meta: Remove SerenityOS-specific WASM test installer 2024-06-24 09:45:41 -06:00
Constants.h
Forward.h
Opcode.h
Types.h LibWasm: Remove Wasm::ValueType::Kind::Null* variants 2024-07-09 14:22:00 +02:00
Wasi.h