summaryrefslogtreecommitdiff
path: root/test/unit.wast
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-48/+48
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-2/+2
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-1/+3
* emit an unreachable if an unreachable block context does not end in an unreac...Alon Zakai2017-08-051-0/+12
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-8/+8
* fix emitting of unreachable ifs (#944)Alon Zakai2017-03-141-0/+12
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-0/+78
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-3/+3
* Update i64 stores for 0xc (#731)jgravelle-google2016-10-041-0/+7
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* fix signed int64 LEB bug with large negative values (#719)Alon Zakai2016-09-281-0/+4
* Update binary encoding for block, loop, and if signatures (#711)Derek Schuff2016-09-271-1/+1
* block signaturesAlon Zakai2016-09-161-7/+7
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-2/+2
* new export syntax in spec repoAlon Zakai2016-09-071-1/+1
* new import syntax in spec repoAlon Zakai2016-09-071-3/+3
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-5/+5
* call_indirect now has the target at the endAlon Zakai2016-09-071-2/+2
* add drop and tee expressionsAlon Zakai2016-09-071-20/+44
* offset support in tableAlon Zakai2016-08-151-1/+1
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-1/+2
* support expressions in segment offsetsAlon Zakai2016-08-121-3/+2
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-21/+25
* don't emit extra unnecessary blocks for loops in binary format (#523)Alon Zakai2016-05-171-0/+6
* Fixes typo in hex number parsing in asm2wasm. (#362)Yury Delendik2016-04-181-0/+9
* br_table, no more casesAlon Zakai2016-03-071-52/+55
* update select changes in specAlon Zakai2016-03-021-1/+1
* do not print alignment if it is the implicit default, which is the number of ...Alon Zakai2016-02-201-6/+6
* Fix selectJF Bastien2016-02-051-4/+4
* Write each memory segment on its own lineJF Bastien2016-01-271-1/+3
* refactor FunctionType to always be accessed from the Module's central store, ...Alon Zakai2016-01-111-0/+3
* fix parsing error in s-parser with functions with just a block and then more ...Alon Zakai2016-01-051-0/+7
* fix s-parser handling of memory segments with 0sAlon Zakai2015-12-231-1/+2
* update testsAlon Zakai2015-12-181-12/+12
* fix unit.asm.js testcase, table contained a method of the wrong typeAlon Zakai2015-12-071-1/+13
* be very careful when converting doubles to ints in asm2wasmAlon Zakai2015-11-281-1/+11
* fix testcaseAlon Zakai2015-11-221-0/+1
* fix case printingAlon Zakai2015-11-221-11/+11
* handle indirect calls with floatsAlon Zakai2015-11-211-3/+16
* handle -f32Alon Zakai2015-11-211-0/+8
* clean up import double spaceAlon Zakai2015-11-211-2/+2
* clean up br printingAlon Zakai2015-11-211-18/+9
* update testsAlon Zakai2015-11-211-2/+10
* add testAlon Zakai2015-11-201-0/+6
* use labels on switches in asm2wasmAlon Zakai2015-11-181-0/+38
* update testAlon Zakai2015-11-181-2/+10
* update testsAlon Zakai2015-11-181-0/+28
* handle negative zero properly in asm2wasmAlon Zakai2015-11-181-3/+4
* fround improvementsAlon Zakai2015-11-171-0/+14
* do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expectsAlon Zakai2015-11-171-1/+2