ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 207379165f LibWasm: Fix nested structured instruction parsing
Previously, the ip would not be propagated correctly, and we would
produce invalid jumps when more than one level of nesting was involved.
This makes loops work :P
2021-05-21 00:15:23 +01:00
..
AbstractMachine.cpp LibWasm: Implement a very basic linker 2021-05-21 00:15:23 +01:00
AbstractMachine.h LibWasm: Implement a very basic linker 2021-05-21 00:15:23 +01:00
Configuration.cpp LibWasm: Resolve labels starting from the top of the stack 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: Fix nested structured instruction parsing 2021-05-21 00:15:23 +01:00
Interpreter.h LibWasm: Trap instead of VERIFY()'ing 2021-05-21 00:15:23 +01:00