1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:28:11 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 95b9821f26 LibWasm: Implement memory.grow, memory.size and drop
These allow a very basic memory-using program to work.
2021-05-17 23:25:30 +02:00
..
AbstractMachine.cpp LibWasm: Execute the start function, if one exists 2021-05-17 23:25:30 +02:00
AbstractMachine.h LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Configuration.cpp LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Configuration.h LibWasm: Start implementing a naive bytecode interpreter 2021-05-17 23:25:30 +02:00
Interpreter.cpp LibWasm: Implement memory.grow, memory.size and drop 2021-05-17 23:25:30 +02:00
Interpreter.h LibWasm: Implement most of the remaining instructions 2021-05-17 23:25:30 +02:00