1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 15:18:11 +00:00
serenity/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur be62e4d1d7 LibWasm: Load and instantiate tables
This commit is a fairly large refactor, mainly because it unified the
two different ways that existed to represent references.
Now Reference values are also a kind of value.
It also implements a printer for values/references instead of copying
the implementation everywhere.
2021-06-04 16:07:42 +04:30
..
AbstractMachine.cpp LibWasm: Load and instantiate tables 2021-06-04 16:07:42 +04:30
AbstractMachine.h LibWasm: Load and instantiate tables 2021-06-04 16:07:42 +04:30
Configuration.cpp LibWasm: Load and instantiate tables 2021-06-04 16:07:42 +04:30
Configuration.h LibWasm: Make Interpreter a virtual interface 2021-05-27 17:28:41 +04:30
Interpreter.cpp LibWasm: Load and instantiate tables 2021-06-04 16:07:42 +04:30
Interpreter.h LibWasm: Avoid excessive pop()-then-push() on the stack 2021-05-27 17:28:41 +04:30