ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 29b193d25d LibWasm: Resolve labels starting from the top of the stack
Otherwise "label index 0" would be the first ever created label, not the
last one (as the spec wants) :^(
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: 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