serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur 6820e0e175 LibWasm: Make sure to place imported functions before the module's
aafef1e92d broke this while trying to
make the global import available in initialisation, this commit makes
sure we place the module's own functions after all resolved imports.
2023-09-26 07:47:20 +03:30
..
AbstractMachine LibWasm: Make sure to place imported functions before the module's 2023-09-26 07:47:20 +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
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