1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 04:25:07 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
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.cpp LibWasm: Make sure to place imported functions before the module's 2023-09-26 07:47:20 +03:30
AbstractMachine.h LibWasm: Make sure to place imported functions before the module's 2023-09-26 07:47:20 +03:30
BytecodeInterpreter.cpp LibWasm: Implement a few SIMD instructions 2023-08-21 13:39:32 +03:30
BytecodeInterpreter.h LibWasm: Implement a few SIMD instructions 2023-08-21 13:39:32 +03:30
Configuration.cpp AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2023-03-13 15:16:20 +00:00
Configuration.h LibWasm: Replace the numeric operation macros with templated functions 2021-08-12 21:03:53 +02:00
Interpreter.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Operators.h LibWasm: Implement a few SIMD instructions 2023-08-21 13:39:32 +03:30
Validator.cpp LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
Validator.h LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30