ladybird/Userland/Libraries/LibWasm/AbstractMachine
Ali Mohammad Pur 8668851cb1 LibWasm: Do not allow self-referencial globals
This is written in a somewhat roundabout way in the spec, so the
initial implementation did not implement it correctly.
2023-08-21 13:39:32 +03:30
..
AbstractMachine.cpp LibWasm: Make the main module's functions addressable by globals 2023-07-08 15:13:25 +02:00
AbstractMachine.h LibWasm: Create AK::StackInfo once per AbstractMachine 2023-05-28 13:20:56 +02:00
BytecodeInterpreter.cpp LibWasm: Replace usages of the Endian bytes accessor 2023-04-12 07:33:15 -04:00
BytecodeInterpreter.h LibJS: Make Value::to_string_without_side_effects() infallible 2023-08-09 17:09:16 +02:00
Configuration.cpp AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2023-03-13 15:16:20 +00:00
Configuration.h
Interpreter.h
Operators.h
Validator.cpp LibWasm: Do not allow self-referencial globals 2023-08-21 13:39:32 +03:30
Validator.h LibWasm: Do not allow self-referencial globals 2023-08-21 13:39:32 +03:30