ladybird/Userland/Libraries/LibWasm
Ali Mohammad Pur 4fb209d25f LibWasm: Explicitly place the paddings in the WASI API types
This makes it so we don't rely on e.g. u64 to have an 8-byte alignment,
fixing breakage on i686 systems.
2023-09-04 13:32:36 +03:30
..
AbstractMachine LibWasm: Implement a few SIMD instructions 2023-08-21 13:39:32 +03:30
Parser LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
Printer LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
Tests Meta+LibWasm: Add support for module linking tests 2021-06-22 00:26:25 +04:30
WASI LibWasm: Explicitly place the paddings in the WASI API types 2023-09-04 13:32:36 +03:30
CMakeLists.txt LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Constants.h LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
Forward.h LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Opcode.h LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
Types.h LibWasm: Implement a few SIMD instructions 2023-08-21 13:39:32 +03:30
Wasi.h LibWasm: Explicitly place the paddings in the WASI API types 2023-09-04 13:32:36 +03:30