summaryrefslogtreecommitdiff
path: root/src/wasm-limits.h
Commit message (Collapse)AuthorAgeFilesLines
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-0/+36
Without this the fuzzer can error on differences in behavior between V8 and us. Also move the limitations constants to their own header.