summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add exnref value type to parser (#1389)Ben Smith2020-04-149-99/+146
* Update testsuite (#1381)Ben Smith2020-03-2711-115/+273
* Update testsuite (for SIMD) (#1373)Ben Smith2020-03-2536-42/+5019
* Move event section before global section (#1374)Heejin Ahn2020-03-252-4/+4
* Parse ArrayTypes (#1364)Ben Smith2020-03-235-0/+42
* Fix whitespace formatting of SIMD ops (#1372)Adam Klein2020-03-231-0/+22
* Always generate DataCount section, even if number of datas is 0 (#1369)Rian Hunter2020-03-234-12/+30
* Add wasm-objdump support for structs (#1361)Ben Smith2020-03-191-0/+20
* Parse struct fields (#1355)Ben Smith2020-03-164-1/+16
* Fix flake8 failures (#1358)Ben Smith2020-03-132-4/+3
* Add Script to generate .wast from .json (#1353)Ben Smith2020-03-111-0/+308
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-1142-92/+163
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+3
* Fix TODOs in validator; only affects error outputBen Smith2020-02-2931-57/+57
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-284-5/+17
* Add GC feature (#1348)Ben Smith2020-02-288-0/+8
* Always check index before accessing vectors (#1347)Ben Smith2020-02-286-303/+94
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-2722-72/+82
* Move validation of func signatures into the parser (#1341)Ben Smith2020-02-251-0/+6
* Renumber v8x16.shuffle back to 0xfd03 (#1342)Ben Smith2020-02-211-4/+3
* New interpreter (#1330)Ben Smith2020-02-2129-17596/+180
* Move ValidateFuncSignatures after ParseModuleWat (#1338)Ben Smith2020-02-213-7/+1
* Fix memory/table check to include imported+defined (#1336)Ben Smith2020-02-194-6/+5
* Fix logging of f32.const and f64.const (#1335)Ben Smith2020-02-191-94/+94
* Improve help/usage message on invalid arguments (#1328)Sam Clegg2020-02-051-1/+2
* Update testsuite (#1327)Sam Clegg2020-02-0510-75/+407
* Remove some python3-ism left over in the test suite (#1326)Sam Clegg2020-02-041-5/+2
* Remove support for python2 (#1321)Sam Clegg2020-01-3110-46/+16
* wasm-decompile: escape hatch for variables used outside scope. (#1322)Wouter van Oortmerssen2020-01-301-1/+21
* Increase timeout; fix bug when a timeout occurs (#1320)Ben Smith2020-01-281-4/+9
* [simd] Update instructions (#1317)Ben Smith2020-01-277-8629/+8773
* wasm-decompile: use symbols from linking section for names. (#1318)Wouter van Oortmerssen2020-01-274-10/+211
* wasm-decompile: name data sections with their content (#1309)Wouter van Oortmerssen2020-01-232-5/+9
* Support reading from stdin in ReadFile (#1313)Sam Clegg2020-01-234-4/+43
* Omit the DataCount section unless it is required (#1312)Ben Smith2020-01-2125-685/+707
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-0/+123
* Update testsuite (#1308)Ben Smith2020-01-1627-448/+2699
* wasm-decompile: absolute accesses refer to data segments (#1302)Wouter van Oortmerssen2020-01-162-1/+10
* Fix some typos in widening SIMD intrinsics (#1305)Alex Crichton2020-01-142-16/+16
* Fix a typo of i64x4 -> i64x2 (#1304)Alex Crichton2020-01-142-8/+8
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-143-7110/+7494
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-132-6840/+7364
* wasm-decompile: wrap data declarations. (#1298)Wouter van Oortmerssen2020-01-131-0/+6
* Error on memory.init|data.drop without DataCount (#1297)Ben Smith2020-01-104-4/+65
* wasm-decompile: support for pointers to single types. (#1296)Wouter van Oortmerssen2020-01-101-2/+2
* Add explicit -o flag to wast2json tests (#1294)Sam Clegg2020-01-091-1/+1
* Fix parse error with table and elem exprs (#1293)Ben Smith2020-01-094-0/+27
* Apply start function name in wasm2wat (#1289)Ben Smith2020-01-091-0/+11
* Update testsuite (#1275)Sam Clegg2020-01-0927-795/+717
* wasm-decompile: friendlier general load/store ops. (#1284)Wouter van Oortmerssen2020-01-092-4/+47