summaryrefslogtreecommitdiff
path: root/test/spec/memory.txt
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite (#2495)Keith Winstein2024-10-301-1/+1
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-121-4/+8
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-5/+5
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-131-1/+1
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-091-9/+9
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-2/+2
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-8/+4
* Update testsuite (#1424)Ben Smith2020-05-131-25/+40
* Update testsuite (#1381)Ben Smith2020-03-271-1/+13
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-111-12/+24
* Fix TODOs in validator; only affects error outputBen Smith2020-02-291-6/+6
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-6/+6
* Fix memory/table check to include imported+defined (#1336)Ben Smith2020-02-191-3/+2
* The great renaming (#985)Ben Smith2018-12-191-81/+1
* Update to the lastest spec testsuite (#953)Ben Smith2018-11-071-41/+41
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-031-68/+41
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-4/+4
* Update testsuite (#780)Ben Smith2018-02-281-101/+68
* Update testsuite (#757)Ben Smith2018-02-131-1/+1
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-211-1/+0
* Fix run-tests.py when STDIN_FILE is used > 1 times (#711)Ben Smith2018-01-091-79/+79
* Use `.wat` extension for wast2json-generated files (#669)Ben Smith2017-11-131-20/+20
* Add type check to data segment offset (#525)Sam Clegg2017-08-311-2/+1
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-151-80/+20
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-79/+79
* Update testsuite; more lexer/parser changes (#484)Ben Smith2017-06-111-1/+141
* Update testsuite to spec f1b89dfaf379060c7e35eb90b7daeb14d4ade3f7 (#392)Ben Smith2017-04-061-1/+1
* Use classes + virtual functions for BinaryReader (#376)Ben Smith2017-03-301-26/+26
* Remove assert_{invalid,malformed} checks from wast2wast (#296)Ben Smith2017-01-301-136/+0
* Update testsuite (#297)Ben Smith2017-01-291-38/+47
* Implement assert_invalid for wasm-interp (#294)Ben Smith2017-01-271-1/+79
* Update testsuite (#291)Ben Smith2017-01-241-20/+29
* Update test/run-tests.py (#255)Ben Smith2017-01-051-37/+37
* Update testsuite to f71cbe72bd5f4fb871bee39a9dc1278fa662a8a5Ben Smith2016-12-151-27/+67
* Update testsuiteBen Smith2016-12-091-53/+29
* Implement assert_{malformed,unlinkable,uninstantiable}Ben Smith2016-12-061-3/+3
* Fix spec imports testBen Smith2016-11-071-1/+10
* Update testsuite and fix testsBen Smith2016-10-131-51/+35
* Fix most of the spec testsBen Smith2016-10-051-42/+86
* passes all the spec testsBen Smith2016-09-291-40/+76
* fix the interp/ tests, move the spec tests outBen Smith2016-09-291-0/+61
* remove JavaScript engine testing (#89)Ben Smith2016-06-171-61/+0
* update spec testsBen Smith2016-05-181-11/+23
* update run-tests.py/other scripts for SM supportBen Smith2016-05-101-1/+1
* nicer overriding of various executables w/ testingBen Smith2016-03-211-2/+1
* update testsuite, fix spec testsBen Smith2016-03-081-17/+14
* rebase failing spec tests relying on page-sizeBen Smith2016-03-051-14/+17
* Change the memory sizes to be in units of pages rather than powers of two.Douglas Crosher2016-03-041-13/+13
* nicer errors for wasm-check tooBen Smith2016-02-261-0/+22
* remove "label" nodeBen Smith2015-12-301-6/+1