summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-145-1/+5
* Add exnref value type to parser (#1389)Ben Smith2020-04-145-1166/+1163
* Fixed warning on VS2019Wouter van Oortmerssen2020-04-091-1/+1
* Update testsuite (#1381)Ben Smith2020-03-278-1086/+1154
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-2510-326/+841
* Move event section before global section (#1374)Heejin Ahn2020-03-252-14/+14
* Parse ArrayTypes (#1364)Ben Smith2020-03-2319-569/+697
* Fix whitespace formatting of SIMD ops (#1372)Adam Klein2020-03-231-3/+3
* Always generate DataCount section, even if number of datas is 0 (#1369)Rian Hunter2020-03-231-2/+1
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-2011-82/+111
* Add wasm-objdump support for structs (#1361)Ben Smith2020-03-191-0/+21
* Fix interpreter garbage collector (#1357)Ben Smith2020-03-174-26/+239
* Refactor Const struct's internal storage (#1356)Ben Smith2020-03-1610-145/+153
* Parse struct fields (#1355)Ben Smith2020-03-1616-1068/+1239
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-113-187/+60
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-0921-1089/+1216
* Fix TODOs in validator; only affects error outputBen Smith2020-02-293-56/+14
* [NFC] Fix a few TODOsBen Smith2020-02-295-485/+469
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-2817-157/+167
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-2815-53/+123
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-2811-66/+103
* Add GC feature (#1348)Ben Smith2020-02-281-0/+1
* Always check index before accessing vectors (#1347)Ben Smith2020-02-282-95/+99
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-277-1319/+2023
* Move the Type enum to its own file (#1344)Ben Smith2020-02-262-98/+126
* Move validation of func signatures into the parser (#1341)Ben Smith2020-02-253-134/+89
* Renumber v8x16.shuffle back to 0xfd03 (#1342)Ben Smith2020-02-211-1/+1
* New interpreter (#1330)Ben Smith2020-02-2122-8004/+7108
* Move ValidateFuncSignatures after ParseModuleWat (#1338)Ben Smith2020-02-212-8/+5
* Always run ResolveNames after parsing .wast/.wat (#1337)Ben Smith2020-02-206-53/+39
* Fix memory/table check to include imported+defined (#1336)Ben Smith2020-02-191-4/+18
* Fix logging of f32.const and f64.const (#1335)Ben Smith2020-02-191-2/+2
* Use standard C++11 on GNU/Clang compilers (#1333)okuoku2020-02-183-13/+6