summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Format wasm2c templated code (#1942)Keith Winstein2022-07-085-184/+232
* wast2json: write binary modules verbatim (#1932)Ben Smith2022-06-037-15/+75
* List funcref as one of the expected value types in WastParser::ParseValueType...Alex Bradbury2022-05-271-1/+2
* Implement \u{hex} escape parsing (#1909)Zoltan Herczeg2022-05-022-0/+77
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-291-2/+2
* Continue dumping sections even when one is unknown (#1884)Rafael Fernández López2022-04-211-7/+26
* wat2wasm: support "-" for outputting to stdout (#1692) (#1902)Remko Tronçon2022-04-203-2/+20
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+34
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-146-36/+41
* Fix spelling typo in wasm2c output. NFC (#1900)Sam Clegg2022-04-144-4/+4
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-46/+7
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-132-3/+6
* Fix checking of ref.func index declarations (#1894)Asumu Takikawa2022-04-131-1/+8
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-042-0/+12
* Allow binary reader to skip function bodies. NFC (#1871)Sam Clegg2022-03-233-1/+8
* wasm-objdump: Improve disassembly of call_indirect (#1866)Sam Clegg2022-03-162-0/+43
* wasm-objdump: support extended const expressions (#1859)Sam Clegg2022-03-111-84/+133
* wasm-strip: Add support for -o argument (#1862)Sam Clegg2022-03-101-18/+26
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-093-58/+210
* wasm2c: run older versions of some spec tests (#1853)Keith Winstein2022-03-081-6/+0
* Fix Store object assignment. (#1854)Zoltan Herczeg2022-03-081-0/+4
* Improve the maintenace of ObjectKind types. (#1852)Zoltan Herczeg2022-03-082-2/+10
* Honor -DWERROR=ON for all cmake targets (#1850)Sam Clegg2022-03-072-5/+5
* Fix clang warnings introduced by #1847 (#1849)Sam Clegg2022-03-061-2/+2
* Fix an unused variable warning in opt (#1846)walkingeyerobot2022-03-041-0/+1
* Avoid passing signed char to islpha family of function on windows (#1847)Sam Clegg2022-03-031-3/+3
* wasm2c: consistent use of Open/CloseBrace. NFC (#1845)Sam Clegg2022-03-031-7/+7
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-025-61/+94
* Rework free list to use less memory. (#1841)Zoltan Herczeg2022-03-023-92/+78
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-023-4/+8
* Implement a separate free list for Refs (#1835)Zoltan Herczeg2022-02-252-4/+66
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-2521-6/+412
* Add missing wasm2c feature flags (#1836)Soni L2022-02-221-1/+2
* Improve Garbage Collection algorithm (#1830)Zoltan Herczeg2022-02-183-19/+72
* wasm2c: run multi-memory tests (#1834)Keith Winstein2022-02-171-6/+13
* Added support for multi-memory in apply-names (#1810)Yuhan Deng2022-02-171-2/+58
* wasm2c: bounds-check active data loads (#1829)Keith Winstein2022-02-172-8/+24
* Add missing <string> include to string-util.h (#1832)Sam Clegg2022-02-161-0/+1
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-157-147/+89
* Use C++17 string_view (#1826)Sam Clegg2022-02-1157-1742/+822
* Use C++17 pair destructuring for loops (#1827)Sam Clegg2022-02-115-26/+19
* Fix size of segment in initialization error reporting (#1823)Sam Clegg2022-02-091-2/+10
* Change Thread in interpreter to a normal object (#1809)Zoltan Herczeg2022-02-044-37/+35
* wasm-objdump: Print local names during disassembly (#1818)Michael Williamson2022-02-022-0/+50
* objdump: Consider params when printing local decl index (#1819)Michael Williamson2022-02-012-1/+11
* Fix wat parsing of function imports with type name + inline type (#1808)Sam Clegg2022-01-151-10/+5
* Update testsuite (#1795)Sam Clegg2022-01-1010-22/+81
* Updated multi-value message (#1797)jzabinski-dolios2022-01-101-2/+3
* Don't include empty names for locals (#1801)Sam Clegg2022-01-081-6/+14
* Fix erroneous reporting of "Data reloctions outside of segments" (#1800)Sam Clegg2022-01-071-2/+8