ladybird/Userland/Libraries/LibWasm/AbstractMachine
Shannon Booth 7abedd2fed LibWasm: Fix reference-to-stack-local from {Memory,Table}Instance
Allocating a MemoryInstance or TableInstance from Store would result in
a reference to a stack allocated {Memory,Table}Type that would
immediately fall out of scope.

The MemoryInstance case was causing ASAN issues for a LibWeb based test
- I don't have a reproducer for TableInstance, but it looks like it
suffers from the exact same problem.
2024-03-30 21:21:23 +01:00
..
AbstractMachine.cpp LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
AbstractMachine.h LibWasm: Fix reference-to-stack-local from {Memory,Table}Instance 2024-03-30 21:21:23 +01:00
BytecodeInterpreter.cpp LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
BytecodeInterpreter.h LibWasm: Implement 15 more SIMD instructions 2024-02-18 23:50:50 +01:00
Configuration.cpp
Configuration.h
Interpreter.h
Operators.h LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
Validator.cpp AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
Validator.h LibWasm: Avoid pointless vector copies in Validator::Context 2024-03-12 17:10:47 +01:00