summaryrefslogtreecommitdiff
path: root/test/lit/ctor-eval/flatten_overflow.wast
Commit message (Collapse)AuthorAgeFilesLines
* Memory flattening: Check for overflow (#6233)Alon Zakai2024-01-241-0/+16
Fixes a fuzz testcase for wasm-ctor-eval. Add the beginnings of a polyfill for stdckdint.h to help that.