summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement \u{hex} escape parsing (#1909)Zoltan Herczeg2022-05-027-0/+101
* wat2wasm: support "-" for outputting to stdout (#1692) (#1902)Remko Tronçon2022-04-201-1/+1
* run-spec-wasm2c.py: fix failure to free module #0 (NFC) (#1904)Keith Winstein2022-04-201-1/+1
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+5
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-14/+16
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-142-24/+9
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-13174-187/+174
* Fix checking of ref.func index declarations (#1894)Asumu Takikawa2022-04-131-14/+0
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-042-0/+3
* Update testsuite. (#1872)Zoltan Herczeg2022-03-304-13/+14
* Allow binary reader to skip function bodies. NFC (#1871)Sam Clegg2022-03-232-30/+4
* wasm-objdump: Improve disassembly of call_indirect (#1866)Sam Clegg2022-03-167-288/+315
* wasm-objdump: support extended const expressions (#1859)Sam Clegg2022-03-111-0/+197
* wasm-strip: Add support for -o argument (#1862)Sam Clegg2022-03-101-0/+33
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-094-23/+54
* wasm2c: run older versions of some spec tests (#1853)Keith Winstein2022-03-0810-1/+4897
* Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856)Sam Clegg2022-03-081-0/+2
* run-tests.py: Use sys.byteorder to make code more readable. NFC (#1855)Sam Clegg2022-03-081-3/+5
* wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)Sam Clegg2022-03-031-11/+15
* Avoid passing signed char to islpha family of function on windows (#1847)Sam Clegg2022-03-031-7/+9
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-021-3/+8
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-0233-194/+194
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-2520-0/+620
* wasm2c: run multi-memory tests (#1834)Keith Winstein2022-02-176-1/+36
* Added support for multi-memory in apply-names (#1810)Yuhan Deng2022-02-174-5/+33
* wasm2c: bounds-check active data loads (#1829)Keith Winstein2022-02-171-0/+5
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-1512-1/+283
* Fix size of segment in initialization error reporting (#1823)Sam Clegg2022-02-091-1/+0
* wasm-objdump: Print local names during disassembly (#1818)Michael Williamson2022-02-021-149/+319
* objdump: Consider params when printing local decl index (#1819)Michael Williamson2022-02-013-10/+10
* Fix wat parsing of function imports with type name + inline type (#1808)Sam Clegg2022-01-151-1/+10
* Update testsuite (#1795)Sam Clegg2022-01-104-262/+263
* Don't include empty names for locals (#1801)Sam Clegg2022-01-081-23/+19
* Finish instruction renaming (#1792)Heejin Ahn2021-12-20218-705/+705
* interpreter: Fix infinite looping on `return_call` (#1762)Asumu Takikawa2021-12-151-0/+20
* Fix type names for function references (#1787)Sam Clegg2021-12-134-17/+17
* Fix syntax for assert_return typecheck test (#1782)Asumu Takikawa2021-12-132-8/+8
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-1350-235/+235
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-1012-77/+73
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-09131-2280/+2280
* Improve pathname canonicaliztion when running test code. NFC (#1781)Sam Clegg2021-12-091-6/+15
* wasm-objdump: Fix disassembly output of selectT instruction (#1777)Sam Clegg2021-12-081-22/+24
* Re-generate all test expectations using `--rebase`. NFC (#1776)Sam Clegg2021-12-083-3/+7
* Add test for function lacking END marker. NFC (#1775)Sam Clegg2021-12-071-0/+17
* Show tag names in objdump disassembly (#1774)Sam Clegg2021-12-071-135/+177
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-0613-2/+784
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-0210-124/+163
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-3025-11/+1097
* Update testsuite (#1765)Sam Clegg2021-11-1968-3831/+3830
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-175-0/+444