summaryrefslogtreecommitdiff
path: root/test/dump/try.txt
Commit message (Expand)AuthorAgeFilesLines
* Avoid writing DataCount section when it is not needed. (#1727)Sam Clegg2021-10-131-31/+24
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-291-22/+32
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-7/+7
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-45/+60
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-1/+1
* Add exnref value type to parser (#1389)Ben Smith2020-04-141-19/+26
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-64/+41
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-1/+2
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Refactor code for write section headers (#689)Sam Clegg2017-12-051-1/+1
* Add saturating float truncation operators (#573)Ben Smith2017-08-161-1/+1
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-0/+5
* Move exception section to just before code section. (#552)KarlSchimpf2017-07-051-41/+41
* Adds the concept of exceptions to wasm-objdump (#547)KarlSchimpf2017-07-031-0/+84