mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 08:31:21 +00:00
Add check for table bounds on call_indirect.
This commit is contained in:
@ -69,6 +69,7 @@ public:
|
||||
Unreachable = 0,
|
||||
IncorrectCallIndirectSignature = 1,
|
||||
MemoryOutOfBounds = 2,
|
||||
CallIndirectOOB = 3,
|
||||
Unknown,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user