1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur 3283c8a495 LibWasm: Make the instantiation process produce an OwnPtr
Managing the instantiated modules becomes a pain if they're on the
stack, since an instantiated module will eventually reference itself.
To make using this simpler, just avoid copying the instance.
2021-05-21 00:15:23 +01:00
..
AbstractMachine LibWasm: Make the instantiation process produce an OwnPtr 2021-05-21 00:15:23 +01:00
Parser LibWasm: Make clang happy by removing an 'extra' set of parenthesis 2021-05-17 23:25:30 +02:00
Printer LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Tests LibWasm+Meta: Add test-wasm and optionally test the conformance tests 2021-05-21 00:15:23 +01:00
CMakeLists.txt LibWasm: Add basic support for module instantiation and execution stubs 2021-05-13 19:44:32 +01:00
Constants.h LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Opcode.h LibWasm: Un-nest the structured instructions 2021-05-13 19:44:32 +01:00
Types.h LibWasm: Make the instantiation process produce an OwnPtr 2021-05-21 00:15:23 +01:00