summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for the reference types proposal (#938)Alex Crichton2019-02-1432-9502/+10045
* Add br_on_exn instruction (#1016)Ben Smith2019-02-1328-8986/+9298
* Parse updated event text and binary format (#1014)Ben Smith2019-02-1214-107/+101
* Rename exception -> event (#1013)Ben Smith2019-02-1124-1339/+1336
* Add `Event` known section; remove `exception` (#1012)Ben Smith2019-02-113-16/+19
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-1031-5709/+5243
* avoid Mac OS X ranlib error (#1007)Eugene Chung2019-02-081-0/+3
* Rename relocation types (#1005)Sam Clegg2019-02-061-5/+5
* wasm-objdump: Always show function numbers along with names (#1004)Sam Clegg2019-02-051-3/+3
* Return failed tests count from spectest-interp (#1003)Ben Smith2019-02-011-9/+13
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-3027-9586/+9475
* Update bulk memory instruction binary encodings (#999)Alex Crichton2019-01-292-13/+22
* Implement parsing and writing of DataCount section (#998)Ben Smith2019-01-2312-20/+111
* Update linking metadata version (#996)Sam Clegg2019-01-174-20/+20
* Fix segfault when passing wasm-objdump a directory (#991)Ben Smith2019-01-071-2/+21
* Fix segfault when running `wat2wasm -d` (#990)Ben Smith2018-12-201-2/+3
* Remove the {assert,stdlib}.h includes in wasm2c (#986)Ben Smith2018-12-203-16/+0
* The great renaming (#985)Ben Smith2018-12-1929-9356/+10433
* Fold multi-value results properly (#984)Ben Smith2018-12-181-18/+37
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-128-12/+25
* Add needed_dynlibs to dylink section (#974)Sam Clegg2018-12-126-1/+37
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-0411-123/+88
* Rename duplicate locals (#968)Ben Smith2018-12-031-11/+25
* wasm-objdump: Cleanup hanlding of global names from #960 (#963)Sam Clegg2018-11-291-12/+4
* wasm-objdump: Print name of global when disassembly get/set_global (#960)Sam Clegg2018-11-291-1/+16
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+4
* Fix wasm-objdump binary opcode output (#958)Ben Smith2018-11-191-60/+70
* Support for SIMD instructions in wasm-objdump (#957)Thomas Lively2018-11-191-0/+8
* Renumber SIMD instructions (#956)Thomas Lively2018-11-141-139/+139
* Add support for dylink section (#955)Sam Clegg2018-11-147-0/+76
* Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...vms2018-11-142-34/+34
* Update testsuite (#942)Ben Smith2018-11-052-7/+11
* Add `dummy_workaround_...` function to fix Travis (#941)Ben Smith2018-11-011-0/+3
* Set `end_loc` in folded `if` expressions (#940)Ben Smith2018-10-301-0/+8
* Check type use vs. explicit sig. in call_indirect (#937)Ben Smith2018-10-301-8/+2
* Add test for disabled opcodes in binary reader (#934)Ben Smith2018-10-187-35/+129
* Add more tests for tail_call feature (#931)Ben Smith2018-10-164-37/+64
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-1511-108/+271
* Implemented tail call instructions: (#926)Francis McCabe2018-10-1217-25/+281
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-1228-4633/+5491
* Require reserved instruction bytes to be one byte (#922)Ben Smith2018-10-051-6/+6
* [libwabtjs] Add support for features (#921)Ben Smith2018-10-044-15/+110
* Refactor interpreter a bit (#919)Ben Smith2018-10-0210-1350/+1429
* Tailcall (#918)Ben Smith2018-10-0114-3133/+3302
* Update Wasm simd instruction opcodes (#916)lizhengxing2018-09-261-105/+105
* [wasm-interp] Fix assert with non-func exports (#912)Ben Smith2018-09-131-0/+3
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-107-51/+115
* Fix some multi-value bugs; run spec testsBen Smith2018-09-065-21/+74
* Replace ErrorHandler with Errors and FormatErrors*Ben Smith2018-09-0442-1630/+1498
* Move WastLexer out of NameResolver, Validator, etc.Ben Smith2018-09-0423-1146/+1060