1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:55:10 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
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.cpp LibWasm: Make the instantiation process produce an OwnPtr 2021-05-21 00:15:23 +01:00
AbstractMachine.h LibWasm: Make the instantiation process produce an OwnPtr 2021-05-21 00:15:23 +01:00
Configuration.cpp LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00
Configuration.h LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Interpreter.cpp LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00
Interpreter.h LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00