diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index abc0a4248..5a9ebdf22 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -353,6 +353,10 @@ private: Expression* makeStructSet(Type type); Expression* makeArrayGet(Type type); Expression* makeArraySet(Type type); + // Use a single method for the misc array operations, to not give them too + // much representation (e.g. compared to struct operations, which only include + // get/set). + Expression* makeArrayBulkMemoryOp(Type type); Expression* makeI31Get(Type type); Expression* makeMemoryInit(); Expression* makeDataDrop(); |