summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-107-75/+107
* wast2json: improved file error handling (#1511)Oliver Horn2020-08-101-4/+11
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-0727-273/+489
* Add tools to use LLVM's libFuzzer (#1507)Ben Smith2020-08-031-0/+30
* Fix linking section symbol name bugs (#1508)Ben Smith2020-07-311-0/+16
* Reformat code in binary-reader.cc (#1506)Paweł Bylica2020-07-311-5/+3
* Detect malformed memory/table limits flag (#1505)Paweł Bylica2020-07-312-6/+14
* Fix reading of section code (#1501)Paweł Bylica2020-07-311-2/+2
* Print newline after rethrow instruction (#1503)Asumu Takikawa2020-07-301-1/+1
* Detect malformed import kind in binary reader (#1504)Paweł Bylica2020-07-301-0/+4
* Update testsuite; fix conversion errors (#1502)Ben Smith2020-07-293-40/+40
* Fix assert when function has struct type (#1498)Ben Smith2020-07-251-1/+1
* Print newline after ref.is_null instruction (#1495)Ben Smith2020-07-241-1/+1
* [decompiler] fixed blocks with params. (#1497)Wouter van Oortmerssen2020-07-233-14/+16
* Fix resolving local names w/ empty func signatures (#1494)Ben Smith2020-07-211-3/+1
* Add missing includes to type.h (#1491)Ng Zhi An2020-07-201-0/+3
* Fix gcc warning in GetExprArity (#1489)Ben Smith2020-07-181-1/+2
* Fix folding for *.load_splat and table.fill (#1486)Ben Smith2020-07-161-5/+2
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-1516-33/+37
* Revert br_table in reference types proposal (#1484)Ben Smith2020-07-151-15/+5
* Fix some portability issues in interp-wasi.cc (#1480)Steven Johnson2020-07-131-32/+32
* Tweak definition of ssize_t for MSVC compilation (#1479)Steven Johnson2020-07-121-0/+9
* Update local bindings on function with type use (#1466)Ben Smith2020-06-161-3/+18
* Fix two minor compiler warnings (#1462)Steven Johnson2020-06-152-2/+2
* [wasm-c-api] Implement missing functions (#1461)Ben Smith2020-06-101-0/+32
* Better error when parsing input/output command (#1460)Ben Smith2020-06-105-1033/+1063
* Check for malformed alignment (#1454)Ben Smith2020-06-091-10/+22
* [wasm2c] Implement trap handler for linux/macos (#1442)Ben Smith2020-06-042-18/+26
* [wasm2wat] Fix a few more roundtripping issues (#1450)Ben Smith2020-05-292-1/+2
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-297-10/+16
* [wat2wasm] Write table indexes in text format (#1446)Ben Smith2020-05-281-4/+25
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-2836-1516/+1576
* wasi: Implement more of the wasi API (#1430)Sam Clegg2020-05-216-102/+567
* Implement more WASI APIs (#1423)Sam Clegg2020-05-163-46/+203
* Mangle wasm2c names in a simpler way (#1427)Alon Zakai2020-05-151-93/+6
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-145-1149/+1173
* Update testsuite (#1424)Ben Smith2020-05-131-1/+2
* Fix bug when writing grouped named parameters (#1418)Ben Smith2020-05-131-11/+12
* Use stderr for reporting errors in wasm-interp (#1422)Sam Clegg2020-05-133-14/+16
* Add initial MVP of WASI API support to wasm-interp (#1411)Sam Clegg2020-05-125-28/+401
* Remove range assertions in BinaryReader (#1416)Ben Smith2020-05-111-2/+0
* Prevent large allocation in br_table instruction (#1415)Ben Smith2020-05-111-1/+1
* Fix typo. NFC. (#1410)Sam Clegg2020-05-111-2/+1
* Pass current Thread to host function callbacks (#1412)Sam Clegg2020-05-116-46/+52
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-061-3/+3
* Renumber SIMD opcodes (#1403)Deepti Gandluri2020-05-041-174/+174
* Fix address overflow bug in wasm2c (#1401)Ben Smith2020-04-291-5/+5
* Update JS demos (#1398)Ben Smith2020-04-271-5/+1
* Fix typo in type-checker.h (#1393)Max Desiatov2020-04-231-1/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-2028-582/+683